forked from rmurphey/srchr
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
38 lines (32 loc) · 867 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 PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>srchr</title>
</head>
<body>
<div id="srchr">
<div id='searchArea'></div>
<div id="history-results-container">
<div id="history-container">
<h3>Search History</h3>
<ul id="history"> </ul>
</div>
<div id="results-container">
<h3>Results</h3>
<ul id='resultsTab'>
<li><a href='#twitter'>Twitter</a></li>
<li><a href='#upcoming'>Upcoming</a></li>
<li><a href='#flickr'>Flickr</a></li>
</ul>
<div id='twitter'></div>
<div id='upcoming'></div>
<div id='flickr'></div>
</div>
</div>
</div>
<script type='text/javascript'
src='steal/steal.js?srchr,development'>
</script>
</body>
</html>