-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 921 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
html, body, { height: 100%; margin: 0; padding: 0;}
</style>
<link rel="stylesheet" type="text/css" href="css/clsmap.css">
<!--[if lt IE 9]>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!--<![endif]-->
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCKbJAHLypyA2q1AwXOaJh51PMyx_zO4wY">
</script>
<script type="text/javascript" src="js/clsmapmerged.js"></script>
<script type="text/javascript">
$(document).ready(function() {
CLSMap.initialize();
});
</script>
</head>
<body>
<div id="map-canvas"></div>
</body>
</html>