-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (82 loc) · 2.38 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
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="tr">
<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>1998 | GOOGLE</title>
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<!-- Google Image - Div Start -->
<div>
<center>
<img src="/img/googlelogo.jpeg" alt="Google Image">
</center>
</div>
<!-- Google Image - Div End -->
<!-- Searchbar - Div Start -->
<div class="searchbar-bg-color size_elements">
<center>
Search the web using Google!
<br>
<input type="text" value size="40">
<br>
<input type="submit" value="Google Search">
<input type="submit" value="I'm feeling lucky">
<br>
</center>
</div>
<!-- Searchbar - Div End -->
<!-- Box1 - Div Start -->
<div class="size_elements">
<center class="box1">
Special Searches
<br>
<a href="#" target="_blank">Stanford Search</a>
<br>
<a href="#" target="_blank">Linux Search</a>
</center>
</div>
<!-- Box1 - Div End -->
<!-- Box2 - Div Start -->
<div class="size_elements">
<center class="box2">
<font size="-1">
<a href="#" target="_blank">Help!</a>
<br>
<a href="#" target="_blank">About Google!</a>
<br>
<a href="#" target="_blank">Company Info</a>
<br>
<a href="#" target="_blank">Google! Logos</a>
</font>
</center>
</div>
<!-- Box2 - Div End -->
<!-- Box3 - Div Start -->
<div class="size_elements">
<center class="box3">
<font size="-1">
Get Google!
<br>
updates monthly:
<br>
<input type="text" value="your e-mail">
<br>
<input type="submit" value="Subscribe">
<a href="#" target="_blank">Archive</a>
</font>
</center>
</div>
<!-- Box3 - Div End -->
<br><br><br><br><br>
<footer>
<center>
<font size="-1">
Copyright ©1998 Google Inc.
</font>
</center>
</footer>
</body>
</html>