is-you/index.html

18 lines
591 B
HTML
Raw Permalink Normal View History

2024-05-19 17:34:25 +02:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="js-runtime/reflect.js"></script>
<script type="text/javascript" src="game.js"></script>
<link rel="stylesheet" href="game.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<canvas id="canvas"></canvas>
<p id="wasm-error" hidden="true">
A browser with Wasm GC and tail call support is required to play
this game. We recommend using either Mozilla Firefox or Google
Chrome. Safari is currently unsupported.
</p>
</body>
</html>