-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (27 loc) · 972 Bytes
/
index.html
File metadata and controls
37 lines (27 loc) · 972 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CT Narcan Locator Demo</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css" />
</head>
<body>
<div id="map"></div>
<div id="infoBox" class="box">
<<<<<<< HEAD
<div id="infoBoxTitle">Naloxone Nearby<span id='startDate'></span>
</div>
<!--div id = "blurbBox" class = "box">
<p>Helps locate the nearest naloxone presecribing pharmacist. <a href = "https://github.com/chriswhong/soda-leaflet">Code on Github</a></p>
</div-->
<div id="getData">
</div>
=======
<div id="infoBoxTitle">Narcan Nearby </div>
>>>>>>> origin/master
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
<script src="js/script.js"></script>
</body>
</html>