-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 1003 Bytes
/
index.html
File metadata and controls
32 lines (25 loc) · 1003 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="main.css">
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="app.js"></script>
</head>
<body>
<div class="page-header">
<h1>Instagram feed <small>on Google Maps</small></h1>
<button class="btn btn-primary refreshbtn"><span class="glyphicon glyphicon-refresh"></span> Refresh</button>
</div>
<div id='location-canvas' class="location-canvas">
</div>
<hr/>
<div class="container-fluid row results">
</div>
<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyBhYT4JZEDsA965TPyytGjlzmVP8k1kH2k&sensor=false" type="text/javascript"></script>
</body>
</html>