-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
83 lines (70 loc) · 3.15 KB
/
main.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>
<link rel="stylesheet" href="tasarim.css">
<title>Google!</title>
<style type="text/css"></style>
</head>
<body bgcolor="#FFFFFF" background="">
<form method="GET" action="">
<center>
<a href="https://www.google.com"><img src="google.png" width="351" height="113" alt="Google!"></a>
</center>
<center>
<table border="0" width="90%">
<tbody>
<tr>
<td bgcolor="#EEEEEE" colspan="3">
<center>
Search the web using Google! <br>
<input type="text" name="q" value="Text Here" size="40"><br>
<input type="submit" value="Google Search">
<input type="submit" name="sa" value="I'm feeling lucky"><br>
</center>
</td>
</tr>
<tr>
<td width="37%" bgcolor="#7EE5DA">
<center>
Special Searches<br>
<a href="">Stanford Search</a><br>
<a href="">Linux Search</a><br>
</center>
</td>
<td bgcolor="#70CCC2">
<center>
<font size="-1">
<a href="">Help!</a> <br>
<a href="">About Google!</a> <br>
<a href="">Company Info</a> <br>
<a href="">Google! Logos</a> <br>
</font>
</center>
</td>
<td align="right" bgcolor="#62B3AA">
<center>
<font size="-1">
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 type="submit" name="SubmitAction" value="Subscribe">
<font size="-1"><a
href="">Archive</a>
</font>
</font>
</center>
</td>
</tr>
</tbody>
</table>
</center>
<p>
</p>
<center>
<font size="-1">Copyright ©1998 - 2023 Google Inc. ve 1998 modunda modern bir site oldu</font>
<br><font size="-1">Şu anlık butonlar <b>aktif değil.</b> Çünkü HTML ve CSS çalışması yapılıyor</font>
</center>
</form>
</body>
</html>