Source commit
This commit is contained in:
parent
7413721697
commit
3eff3fec65
12 changed files with 194 additions and 2 deletions
13
public/index.html
Normal file
13
public/index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Tutorial Game</title>
|
||||
<script type='text/javascript' src='tutorial.js'></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="load" >Loading...</div>
|
||||
<canvas id="viewport"></canvas>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in a new issue