-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 2.12 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
<!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">
<link rel="stylesheet" href="./css/style.css">
<title>Google!</title>
</head>
<body>
<div class="container">
<img src="https://web.archive.org/web/19990504112211im_/http://www.google.com/google.jpg" alt="google resmi">
<div class="bg-grey search-bar">
<p>Search the web using Google!</p>
<input type="text">
<div>
<button>Google Search</button>
<button>I'm feeling lucky</button>
</div>
</div>
<div class="middle">
<div class="left-bar">
<span>Special Searches</span>
<a href="https://web.archive.org/web/19990224014327/http://www.google.com/stanford">Stenford Search</a>
<a href="https://web.archive.org/web/19990221231654/http://www.google.com/linux">Linux Search</a>
</div>
<div class="middle-bar">
<a href="https://web.archive.org/web/19981202230410if_/http://www.google.com/help.html">Help!</a>
<a href="https://web.archive.org/web/19990427105230if_/http://www.google.com/about.html">About Google!</a>
<a href="https://web.archive.org/web/19990221202430if_/http://www.google.com/company.html">Company İnfo</a>
<a href="https://web.archive.org/web/19990224043535if_/http://www.google.com/stickers.html">Google! Logos</a>
</div>
<div class="right-bar">
<span>Get Google! updates monthly:</span>
<input type="e-mail adresi">
<div>
<button>Subscribe</button>
<a href="https://web.archive.org/web/19990116224431/http://www.findmail.com/list/google-friends">Archive</a>
</div>
</div>
</div>
<div>
<p>Copyright ©1998 Google Inc.</p>
</div>
</div>
</body>
</html>