-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.71 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./favicon.png" />
<title>Red Dead Online - Condor Egg Location Map</title>
<meta name="description" content="Red Dead Online Condor Egg Map. Locate and find the Condor Egg to sell to Madam Nazar.">
<meta name="keywords" content="Red Dead Online, Condor Egg Map, Condor Map, Map, Condor, Condor Egg Locations, Interactive Map, Interactive,">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="assets/js/jquery.cookie.js"></script>
<link rel="stylesheet" href="assets/css/styles.css?nocache=128" />
</head>
<body>
<div id="map"></div>
<div class="lat-lng-container">
<p></p><button id="lat-lng-container-close-button">×</button>
</div>
<script src="assets/js/marker.js?nocache=128"></script>
<script src="assets/js/treasures.js?nocache=128"></script>
<script src="assets/js/map.js?nocache=128"></script>
<script src="assets/js/language.js?nocache=128"></script>
<script src="assets/js/menu.js?nocache=128"></script>
<script src="assets/js/scripts.js?nocache=128"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-39999584-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-39999584-4');
</script>
</body>
</html>