18 lines
441 B
HTML
18 lines
441 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="load.js"></script>
|
|
</head>
|
|
<body>
|
|
<canvas id="demo-canvas"></canvas>
|
|
<br>
|
|
<p id='scale'></p>
|
|
<button id='descaling'>scale - 1</button>
|
|
<button id='scaling'>scale + 1</button>
|
|
<button id='reset'>reset velocity</button>
|
|
<br>
|
|
<p>press arrow key to move</p>
|
|
<p>press space key to boost</p>
|
|
</body>
|
|
</html>
|