forked from sent/waves
25 lines
926 B
HTML
25 lines
926 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">
|
|
|
|
|
|
</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> |