mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
14 lines
226 B
HTML
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>
|