-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>777 Spots</title>
<link rel="shortcut icon" href="assets/img/togo.png" type="image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://raw.githubusercontent.com/sashakavun/leaflet-canvasicon/refs/heads/master/leaflet-canvasicon.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head>
<body>
<div id="map"></div>
<div id="popup">
<p id="popup-content"></p>
</div>
<div id="info">
<div>Note URL: <img src="assets/img/right_click.svg" alt="Right Click"></div>
<div>Google URL: <img src="assets/img/left_click.svg" alt="Left Click"></div>
</div>
<script src="assets/js/script.js"></script>
</body>
</html>