-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.63 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
<html>
<head>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/trontastic/jquery-ui.css" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.ie.css" />
<![endif]-->
<link href='style.css' rel='stylesheet' type='text/css' />
<script src="http://code.jquery.com/jquery-1.7.0.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.16/jquery-ui.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.js"></script>
</head>
<body>
<!--<a class="ribbon" href="http://github.com/drewwells/craigmaps">
<img style="z-index: 1000; position: absolute; top: 0; left: 0; border: 0;" src="https://assets2.github.com/img/5d21241b64dc708fcbb701f68f72f41e9f1fadd6?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_left_red_aa0000.png&path=" alt="Fork me on GitHub">
</a>-->
<div id="loading" title="Loading">
<p>Craigslist is being scanned...</p>
</div>
<div id="map">
</div>
<div class="pane">
<form>
<select id="select">
<option value="apa/">Apartments/Housing</option>
<option value="roo/">Room & Shared</option>
<option value="sub/">Sublets</option>
<option value="hsw/">Housing Wanted</option>
</select>
</form>
<div id="contents">
</div>
</div>
<script src="main.js"></script>
</body>
</html>