maplibre-rs/web/mapr.html
2021-12-03 21:29:48 +01:00

14 lines
226 B
HTML

<html lang="en-US">
<head>
<title>mapr Demo</title>
</head>
<body style="margin: 0; padding: 0;">
<script type="module">
import init from "./mapr.js";
init();
</script>
<canvas id="mapr"></canvas>
</body>
</html>