setup wasm
This commit is contained in:
parent
7de16e410e
commit
7be75ce106
7 changed files with 57 additions and 11 deletions
15
index.html
Normal file
15
index.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<html>
|
||||
<head>
|
||||
<link data-trunk rel="css" href="main.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<h1>Keybinds:</h1>
|
||||
<ul>
|
||||
<li>W: Jump</li>
|
||||
<li>A: Walk left</li>
|
||||
<li>D: Walk right</li>
|
||||
</ul>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue