-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmap.html
More file actions
18 lines (18 loc) · 804 Bytes
/
map.html
File metadata and controls
18 lines (18 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://code.bdstatic.com/npm/leaflet@1.5.1/dist/leaflet.css">
<link rel="stylesheet" href="https://code.bdstatic.com/npm/@thewakingsands/eorzea-interactive-map@1.1.1/dist/map.css">
<script src="https://code.bdstatic.com/npm/jquery@3.2.1/dist/jquery.min.js"></script>
<script src="https://code.bdstatic.com/npm/@thewakingsands/eorzea-interactive-map@1.1.1/dist/map.js"></script>
</head>
<body>
<section class="erozea-map-outer">
<div class="eorzea-map-glass"></div>
<div class="eorzea-map-inner" id="eorzea-map"></div>
<div class="eorzea-map-resize-handler"></div>
</section>
<span id="title" class="info"></span>
<script type="module" src="./src/map/index.ts"></script>
</body>
</html>