First commit!
This commit is contained in:
commit
2c824b40a9
31 changed files with 2048 additions and 0 deletions
17
index.html
Normal file
17
index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue