Fist Push
This commit is contained in:
parent
dd63653413
commit
cab9de1e90
118 changed files with 364726 additions and 0 deletions
17
public/index.html
Normal file
17
public/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
||||
<link rel="stylesheet" href="/style/style.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
<script type="module" src="/scripts/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue