-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
43 lines (40 loc) · 1.03 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
40
41
42
43
<html>
<head>
<meta charset=utf-8>
<link rel="icon" type="image/vnd.microsoft.icon" href="res/favicon.ico">
<link rel="search" type="application/opensearchdescription+xml" href="misc/opensearch.xml" title="MyCollect" />
<link rel="shortcut icon" type="image/x-icon" href="res/favicon.ico" />
</head>
<title>
Search here!
</title>
<body>
</br></br></br>
<center>
<table>
<form name="myform" action="collect.php" method="get">
<tr><td>
<center><img src="res/logo.jpg" /></center></td>
</tr>
<tr><td>
<input name="q" type="text" size=50 /></td>
</tr>
<tr><td>
<center>
<input style="width:100px" type="submit" value="Collect" width="5px" /></td>
</center>
</tr>
</form>
</table>
</center>
<center>
<br><br>
<div class="footer">
<code>
<a href="about.html">About the project</a> | <a href="team.html">The Team</a> | <a href="." onclick="window.open('feed/','TheNewpop','toolbar=no,location=no,scrollbars=no,resizable=no,height=800,width=600'); ">feedback</a><br><br>
Copyright © 2009 <i>The Team</i>
</code>
</div>
</center>
</body>
</html>