-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (72 loc) · 2.46 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
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<center>
<img src="images/google.jpg" width="351" height="113" alt="Google!">
</center>
<center class="container">
<div class="search-box">
Search the web using Google!
<br>
<input type="text" value size="40">
<br>
<button>Google Search</button>
<button>I'm feeling lucky</button>
</div>
<center class="container2">
<center class="s-searches">
<br>
Special Searches
<br>
<a href="https://web.archive.org/web/19990224014327/http://www.google.com/stanford">
Stanford Search
</a>
<br>
<a href="https://web.archive.org/web/19990221231654/http://www.google.com/linux">
Linux Search
</a>
<br>
<p></p>
</center>
<center class="help-box">
<font size="-1">
<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>
</font>
</center>
<center class="mail-box">
<font size="-1">
Get Google!
<br>
uptades monthly:
<br>
<input type="text" value="your e-mail">
<br>
<button>Subscribe</button>
<font size="-1">
<a href="https://web.archive.org/web/19990116224431/http://www.findmail.com/list/google-friends">
Archive
</a>
</font>
</font>
</center>
</center>
<center class="clearfix">
<p></p>
<font size="-1">Copyright ©1998 Google Inc.</font>
</center>
</center>
</body>
</html>