11 lines
299 B
HTML
11 lines
299 B
HTML
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
<script defer src="pkg/ekstrahMap.js"></script>
|
|
</head>
|
|
<body>
|
|
<canvas id="canvas" height="150" width="150">
|
|
<!-- Note the usage of `type=module` here as this is an ES6 module -->
|
|
</body>
|
|
</html>
|