-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (27 loc) · 1.29 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Dive!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<link rel="stylesheet" type="text/css" href="css/dive.css">
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/fix-ie.css"><![endif]-->
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="css/fix-ie6.css"><![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/dive.js"></script>
</head>
<body>
<div id="outer">
<div id="header">
<form id="search"><input type="text" name="q" class="q" size="25"/><input type="submit" value="Dive!"/></form>
</div>
<div id="content"><div class="widgets"></div></div>
</div>
<div id="footer">
<div id="copyright">
<p>Powered by jQuery and YQL. Feedback: @ <a href="mailto:stepan.reznikov@gmail.com">Stepan Reznikov</a> | <a href="http://github.com/stepanvr/search-dive">GitHub</a></p>
</div>
</div>
</body>
</html>