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.
 
 
 

27 lines
673 B

<html lang="en">
<head>
<meta charset="utf-8">
<title>TITLE</title>
<style>
canvas {
margin: 0px;
padding: 0px;
width: 720px;
height: 425px;
overflow: hidden;
/* position: absolute; */
background: black;
z-index: 0;
}
</style>
</head>
<body>
<canvas id="glcanvas" tabindex='1'></canvas>
<!-- self-hosted version of https://github.com/not-fl3/macroquad/blob/master/js/mq_js_bundle.js -->
<script src="./mq_js_bundle.js"></script>
<script>load("fishing-minigame.wasm");</script> <!-- Your compiled wasm file -->
</body>
</html>