-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoogleMap.html
34 lines (30 loc) · 1.33 KB
/
GoogleMap.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
<!DOCTYPE html>
<html>
<head>
<title>Sam Ra Jowsey</title>
<meta name="Viewport" content="initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Ramabhadra|Days+One|Architects+Daughter|Fira+Sans' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" type="image/ico" href="sjfavicon.ico"/>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAr97Zqav1cRG3QW955tWBenLNAFartc48"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.9.0.js"></script>
<script type="text/javascript" src="js/Map.js"></script>
</head>
<body>
<div id="maptext">
<p>International space station location marked with an X every five seconds. Using Google Maps API and ISS location API.</p>
</div>
<div id="mapbuttons">
<button id="btnTerrain">Terrain</button>
<button id="btnHybrid">Hybrid</button>
<button id="btnRoadmap">Roadmap</button>
<button id="btnSatellite">Satellite</button>
</div>
<div id="mapDiv">
</div>
<div id="homelink">
<a href="http://samragriff.github.io">Home</a>
</div>
</body>
</html>