1
0
forked from sent/waves
waves/public/assets/g/amongus/index.html
2025-04-09 17:11:14 -05:00

25 lines
964 B
HTML

<html>
<head>
<meta charset="UTF-8">
<title>Among Us</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<link rel="shortcut icon" href="../../images/ico.ico">
<link rel="stylesheet" href="style.css">
<script src="/js/all.min.js"></script>
</head>
<body>
<noscript>
<div id="notSupportedWrap">
<h2 id="notSupportedTitle">this game requires javascript</h2>
<p class="notSupportedMessage">javascript doesn't seem to be enabled for this website. </p>
</div>
</noscript>
<script src="scripts/supportcheck.js"></script>
<script src="scripts/offlineclient.js" type="module"></script>
<script src="scripts/main.js" type="module"></script>
<script src="scripts/register-sw.js" type="module"></script>
</body>
</html>