wasm-test/index.html

14 lines
298 B
HTML
Raw Normal View History

2024-10-14 21:42:29 +02:00
<!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>