1
Fork 0
simplesailing/front/index.html
Andy Killorin 63f6a46482
stuff on-screen
also made a full justfile for web3 (wrong three) codegolfing (no node)

blitting works thanks to http://cliffle.com/blog/bare-metal-wasm/
2023-08-25 20:57:26 -05:00

11 lines
180 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="module" src="index.js">
</script>
</head>
<body>
<canvas id="window"></canvas>
</body>
</html>