forked from Jumagreens/AfyaMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.49 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>AfyaMap</title>
<meta name="description" content="A simple app that allows to chat with others on location based observations">
<meta name="viewport" content="width=device-width, user-scalable=false;">
<link rel="stylesheet" href="libraries/leaflet-0.6.4/leaflet.css">
<link rel="stylesheet" href="libraries/leaflet-locate/L.Control.Locate.css">
<link rel="stylesheet" href="libraries/leaflet-search/leaflet-search.css">
<link rel="stylesheet" href="assets/app.css">
<!-- This is necessary for the iOS Install -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="assets/icons/afyamap_icon_128.png">
<link rel="icon" href="assets/icons/afyamap_icon_16.png" type="image/png">
<link rel="shortcut icon" href="assets/icons/afyamap_icon_16.png" type="image/png">
<link rel="apple-touch-startup-image" href="assets/images/loadscreen.png">
</head>
<body>
<h1>
AfyaMap
<small>Tanzania Health Initiatives</small>
</h1>
<div id="map"></div>
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<script src="libraries/jquery-2.0.3.min.js"></script>
<script src="libraries/leaflet-0.6.4/leaflet.js"></script>
<script src="libraries/leaflet-locate/L.Control.Locate.js"></script>
<script src="libraries/leaflet-search/leaflet-search.js"></script>
<script src="assets/app.js"></script>
</body>
</html>