Files
rust-map/index.html

16 lines
338 B
HTML

<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
</head>
<body>
<canvas id="glcanvas" height="640" width="570">
<script type="module">
import init from "./pkg/ekstrahMap.js";
init();
</script>
<!-- Note the usage of `type=module` here as this is an ES6 module -->
</body>
</html>