rust-webwasm/checkerboard/index.html

19 lines
461 B
HTML
Raw Normal View History

2023-11-19 01:45:09 -08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Gamarjoba, munde!</title>
<script type="module" src="./index.js"></script>
</head>
<body>
2023-11-19 04:18:46 -08:00
<div id="textBuf"></div>
<canvas
width="20"
height="20"
style="image-rendering: pixelated; image-rendering: crisp-edges; width: 100%; max-width: 500px;"
>
</canvas>
2023-11-19 01:45:09 -08:00
</body>
</html>