diff options
author | aude <aude.wiki@gmail.com> | 2012-12-01 14:04:19 +0100 |
---|---|---|
committer | aude <aude.wiki@gmail.com> | 2012-12-01 14:04:19 +0100 |
commit | 2b1ee7746b8efdae7af6ab15699770af878e0cca (patch) | |
tree | 3a63bd29ff87fa3d0156f891a7e96f28d93d17c9 /index.html | |
parent | c53710fc64b3c317e95d9938541da7797f203234 (diff) | |
download | health-map-2b1ee7746b8efdae7af6ab15699770af878e0cca.tar health-map-2b1ee7746b8efdae7af6ab15699770af878e0cca.tar.gz |
init
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a2df3c3 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> +<head> + <title>Hospital map</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> + + <script src="resources/jquery-1.8.3.js"></script> + + <link rel="stylesheet" href="resources/leaflet/leaflet.css" /> + <!--[if lte IE 8]><link rel="stylesheet" href="resources/leaflet/leaflet.ie.css" /><![endif]--> + <link rel="stylesheet" href="resources/map.css" /> + + <script src="resources/leaflet/leaflet.js"></script> +</head> +<body> + <div id="map"></div> + <script src="resources/map.js"></script> +</body> +</html> |