mirror of
https://github.com/AlexKrunch/AnonIB-3D.git
synced 2024-11-14 00:46:50 -05:00
25 lines
987 B
HTML
25 lines
987 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta property="og:image" content="http://snuffchan.com/dungeon/assets/img/preview.jpeg">
|
|
<title>AnonIB💀3D</title>
|
|
<meta name="description" content="Snuffchan is the very first anonymous imageboard sharing video game, in 3D, fully running in the web browser, and this without any form of subricption.">
|
|
|
|
<base href="/">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
<main>
|
|
<app-root></app-root>
|
|
</main>
|
|
</div>
|
|
|
|
<script type="text/javascript" src="runtime.js"></script><script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="styles.js"></script><script type="text/javascript" src="vendor.js"></script><script type="text/javascript" src="main.js"></script></body>
|
|
</html>
|