-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (43 loc) · 1.56 KB
/
index.html
File metadata and controls
55 lines (43 loc) · 1.56 KB
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>
<head>
<title>Google</title>
<link rel="stylesheet" type="text/css" href="../google-homepage/styles/style.css">
</head>
<body>
<div class="nav_top" style="float: right;">
<ul>
<li style="float:right"> <a class="active" href="#signin">Sign In</a></li>
<li style="float:right"><a class="inactive" href="#other">Misc-apps</a></li>
<li style="float: right"><a class="inactive" href="#images">Images</a></li>
<li style="float: right"><a class="inactive" href="#gmail">Gmail</a></li>
</ul>
</div>
<div id="logo">
<center>
<img src="../google-homepage/media/images/googlelogo.png" alt="Google Logo" style="padding-top: 190px; padding-left: 0px; padding-right: 0px; margin-left: 370px;" width="270" height="92">
</center>
</div>
<div class="search" style="padding-top: 0; padding-left: 0px; padding-right: 0px; margin-left: 0;">
<center>
<form action="/action_page.php" target="#" method="POST">
<input type="text" name="#query"><br><br>
<input type="submit" value="Google Search">
</form>
</center>
</div>
<div>
<footer style="float:bottom; padding-top: 300px">
<ul>
<li><a href="#advertising">Advertising</a></li>
<li><a href="#business">Business</a></li>
<li><a href="#about">About</a></li>
<li><a href="#faq">How Search Works</a></li>
<li style="float: right"><a href="#settings">Settings</a></li>
<li style="float: right"><a href="#terms">Terms</a></li>
<li style="float: right"><a href="#privacy">Privacy</a></li>
</ul>
</footer>
</div>
</body>
</html>