-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
33 lines (32 loc) · 927 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4/01/EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta charset="iso-8859-1">
<link rel="stylesheet" type="text/css" href="xr.css">
<style id="ts_test" type="text/css">
#ts-test { display: inline-block; font-family: monospace; }
</style>
<style id="ts_style" type="text/css">
span.ts { display: inline-block; }
</style>
</head>
<body>
<span id="ts-test"> </span>
<div id="header" class="box">
<div id="location" class="box flex">hello</div>
<div id="search" class="box flex">
<form id="search_form">
<input type="text" id="search_text"/>
<input type="submit" value="Search" id="search_submit"/>
</form>
</div>
</div>
<div id="search_results"></div>
<div id="header-spacer"> </div>
<div id="main"></div>
<script src="jquery-1.7.js"></script>
<script src="arbor.js"></script>
<script src="xr.js"></script>
</body>
</html>