diff options
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> |