1
0
forked from sent/waves
waves-fork/public/assets/g/superhot/index.html
2025-04-17 20:43:10 -05:00

31 lines
932 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="hot.jpg">
<title>SUPERHOT</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body style="margin: 0;">
<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" style="width: 100%; height: 100%;"></canvas>
<script type="text/javascript">
var Module = {
TOTAL_MEMORY: 268435456,
errorhandler: null, // arguments: err, url, line. This function must return 'true' if the error is handled, otherwise 'false'
compatibilitycheck: null,
dataUrl: "webgl.datagz",
codeUrl: "webgl.jsgz",
memUrl: "webgl.memgz",
};
</script>
<script src="UnityLoader.js"></script>
</body>
</html>