forked from googlearchive/googlemaps.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 664 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Google Maps API Libraries</title>
<link href="http://fonts.googleapis.com/css?family=RobotoDraft:300,400,500|Source+Code+Pro:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<meta http-equiv="refresh" content="10; url=/libraries">
</head>
<body>
<header class="app-bar promote-layer">
<div class="app-bar-container">
<h1 class="logo">Google Maps API Libraries</h1>
</div>
</header>
<main class="main-container">
<p>Please see <a href="libraries">libraries</a> to see the list of Google Maps API Libraries.</p>
</main>
</body>
</html>