-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·45 lines (34 loc) · 1.7 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
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Trees and Stairs in SF</title>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="style.css">
<!--To enable sign-in on a map created with the Google Maps JavaScript API,
load v3.18 or later of the API with the additional signed_in=true parameter.
The experimental version — currently 3.21 — contains the
latest features and bug fixes as they are made publicly available.
Changes made to the experimental version are not guaranteed to be
feature stable. We encourage you to regularly test your applications
with the experimental version, which you can do by adding v=3.21
when loading the Maps API. If you like to live on the edge, you can add v=3.exp
to always receive the current experimental version with all of its latest features.
Each quarter, a new numbered version (the "release version") is
released for public use. The current release version is 3.20.-->
<script src="https://maps.googleapis.com/maps/api/js?v=3.20&signed_in=true"></script>
<!--The Google API script has to come before JavaScript file for this page,
or the Google library won't be available when the scripts.js code is executed-->
<script type="text/javascript" src="scripts.js"></script>
<!--Android and iOS devices respect the following tag, which
specifies that the map should be displayed full-screen and
should not be resizable by the user.-->
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="favicon.ico"/>
</head>
<body>
<div id="map-canvas"></div>
</body>
</html>