rust-webwasm/checkerboard/index.html

19 lines
461 B
HTML

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