-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (71 loc) · 3.01 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google 1998</title>
<link rel="stylesheet" href="/Google.css">
</head>
<body class="body">
<img src="https://web.archive.org/web/19990504112211im_/http://www.google.com/google.jpg" alt="Google" >
<table class="container" >
<tbody>
<tr >
<td class="search bgee" colspan="3" >
<div >
<h2 class="baslik">Search the web using Google!</h2>
<br>
<input type="text" size="40">
<br>
<div class="Search">
<input type="submit" value="Search">
<input type="submit" value="I'm feeling lucky">
</div>
</div>
</td>
</tr>
<tr >
<td class="td-left">
<div>
Special Searches
<br>
<a href="https://web.archive.org/web/19981202230410/http://www.google.com/stanford">Stanford Search</a>
<br>
<a href="https://web.archive.org/web/19981202230410/http://www.google.com/linux">Linux Search</a>
<br>
</div>
</td>
<td class="td-middle">
<div>
<a href="help.html">Help!</a>
<br>
<a href="about.html">About Google</a>
<br>
<a href="company.html">Company Info</a>
<br>
<a href="stickers.html">Google Logos</a>
<br>
</div>
</td>
<td class="td-right">
<div>
Get Google!
<br>
updates monthly:
<br>
<input type="hidden" name="listname" value="google-friends">
<input type="text" name="emailaddr" value="your e-mail">
<br>
<input size="5px" type="sumbit" name="SubmitAction" value="Subcribe">
<a href="https://web.archive.org/web/19990116224431/http://www.findmail.com/list/google-friends">Archive</a>
</div>
</td>
</tr>
</tbody>
</table>
<div class="copy">
<p>Copyright ©1998 Google Inc.</p>
</div>
</body>
</html>