forked from abhijitparida/hacktobermap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HacktoberMap - A Map of Hacktoberfest 2018 Participants</title>
<meta name="description" content="A map of Hacktoberfest 2018 participants! Fork this project on GitHub & send a pull request to add your own name to the map, and get a free Hacktoberfest t-shirt by Digital Ocean.">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.4/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA==" crossorigin="">
<link rel="stylesheet" href="css/third-party/MarkerCluster.css">
<link rel="stylesheet" href="css/third-party/MarkerCluster.Default.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="map"></div>
<div class="info">
<h1>HacktoberMap</h1>
<h3>A map of <a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest 2018</a> participants</h3>
</div>
<a href="https://github.com/abhijitparida/hacktobermap"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<script src="https://unpkg.com/leaflet@1.3.4/dist/leaflet.js" integrity="sha512-nMMmRyTVoLYqjP9hrbed9S+FzjZHW5gY1TWCHA5ckwXZBadntCNs8kEqAWdrb9O7rxbCaA4lKTIWjDXZxflOcA==" crossorigin=""></script>
<script type="text/javascript" src="js/third-party/leaflet.markercluster.js"></script>
<script type="text/javascript" src="hacktobermap.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>