blob: 1071867d2efca224f9e0ecf2cc12b47abf4c788b (
plain) (
blame)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<html>
<head>
<meta charset="utf-8" />
<title>PROTOTYPE</title>
<style>
a {
color: blue;
text-decoration: underline;
cursor: pointer;
}
</style>
</head>
<body bgcolor="#FFFFFF">
<center>
<img src="file:///C:/Histacom2/Data/google.jpg" width="351" height="113"><br>
<table border="0" cellspacing="0" cellpadding="5" width="70%">
<tr>
<td bgcolor="#EEEEEE">
<center>
Search the web using Google!<br>
<input type="text" name="query" value="" size="40"><br>
<select name="num">
<option value="10" selected>10 results
<option value="30">30 results
<option value="100">100 results
</select>
<button id="search">Google Search</button>
<button id="lucky">I'm feeling lucky</button> <br>
<i>Index contains ~25 million pages (soon to be much bigger)</i>
</center>
</td>
</tr>
<tr>
<td>
<center>
<h2><a>About Google!</a></h2>
<a>
Stanford
Search
</a> <a>Linux Search</a>
</center>
</td>
</tr>
<tr align="LEFT">
<td valign="CENTER" bgcolor="#EEEEEE" width="100%">
<center>Get Google! updates monthly!</center>
</td>
</tr>
<tr align="LEFT">
<td bgcolor="#EEEEEE">
<center>
<input type="text" name="emailaddr" value="your e-mail" size="18">
<input type="submit" name="SubmitAction" value="Subscribe"><font size="-1"> <a>Archive</a></font>
</center>
</td>
</tr>
</table>
</center>
<center><font size="-1">Copyright ©1997-8 Stanford University</font></center>
</body>
</html>
|