13 lines
216 B
HTML
13 lines
216 B
HTML
<!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>
|