1
0
mirror of https://github.com/AlexKrunch/AnonIB-3D.git synced 2024-09-21 03:09:14 -04:00
AnonIB-3D/ready2use/index.html

25 lines
987 B
HTML
Raw Normal View History

2019-08-17 04:21:07 -04:00
<!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>