1
Fork 0
simplesailing/front/index.html
Andy Killorin a875e36df8
added a stylesheet (passed 10% of the size budget)
also changed wasm name from pirates to index to save like 9 bytes
also changed to "s" opt level to save like 9 bytes
2023-08-25 21:40:48 -05:00

12 lines
229 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="module" src="index.js">
</script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<canvas id="window"></canvas>
</body>
</html>