25 lines
941 B
HTML
25 lines
941 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Map : Asheron's Call 2</title>
|
|
<link rel="stylesheet" href="/scripts/dist/leaflet.css" />
|
|
<script src="/scripts/dist/leaflet-src.js"></script>
|
|
<link rel="stylesheet" href="/scripts/dist/MarkerCluster.css" />
|
|
<link rel="stylesheet" href="/scripts/dist/MarkerCluster.Default.css" />
|
|
<script src="/scripts/dist/leaflet.markercluster-src.js"></script>
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"three": "https://cdn.jsdelivr.net/npm/three@0.164.1/build/three.module.js",
|
|
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.164.1/examples/jsm/"
|
|
}
|
|
}
|
|
</script>
|
|
<link rel="stylesheet" href="/style/style.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="map"></div>
|
|
<script type="module" src="/scripts/main.js"></script>
|
|
</body>
|
|
</html>
|