You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
441 B

<html>
<head>
<title>Tales of Midgard</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
</head>
<body>
<canvas id="canvas" width="640" height="480"></canvas>
<script src="./midgard.js"></script>
<script>
window.addEventListener("load", async () => {
await wasm_bindgen("./midgard_bg.wasm");
});
</script>
</body>
<footer>© 2021 Garrit Franke</footer>
</html>