16 lines
598 B
HTML
16 lines
598 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript" src="reflect.js"></script>
|
|
<script type="text/javascript" src="scene.js"></script>
|
|
<link rel="stylesheet" href="scene.css" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
<body>
|
|
<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>
|