14 lines
298 B
HTML
14 lines
298 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>
|
||
|
</body>
|
||
|
</html>
|