forked from sent/waves
36 lines
1.3 KiB
HTML
36 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Boxing Random</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
|
|
|
|
<meta name="generator" content="Scirra Construct" />
|
|
<meta name="author" content="3kh0" />
|
|
<link rel="manifest" href="appmanifest.json" />
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
</head>
|
|
<body>
|
|
<script>
|
|
if (location.protocol.substr(0, 4) === "file") {
|
|
alert("Web exports won't work until you upload them. (When running on the file: protocol, browsers block many features from working for security reasons.)");
|
|
}
|
|
</script>
|
|
<script src="box2d.wasm.js"></script>
|
|
|
|
|
|
<noscript>
|
|
<div id="notSupportedWrap">
|
|
<h2 id="notSupportedTitle">This content requires JavaScript</h2>
|
|
<p class="notSupportedMessage">JavaScript appears to be disabled. Please enable it to view this content.</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>
|
|
<!-- Full file list: offline.json -->
|
|
</body>
|
|
</html>
|