-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (23 loc) · 868 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
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="static/js/gmaps.js"> </script>
<link rel="stylesheet" type="text/css" href="static/css/demo.css" />
<link href="static/css/style.css" rel="stylesheet" type="text/css" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.1.min.js"><\/script>')</script>
<script type="text/javascript" src="static/js/foursquare-js-api.js"></script>
<script src="static/js/main.js"></script>
<script>
</script>
</head>
<body >
<div id="map">
</div>
<a class="btn" id="prepend">Prepend</a>
<div id="container" >
</div>
<a class="btn" id="append">Append</a>
</body>
</html>