-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.31 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Google</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<a href="http://accounts.google.com">+You</a>
<a href="https://mail.google.com/mail/?tab=wm">Gmail</a>
<a href="">Images</a>
<a href="http://www.google.com/intl/en/about/products/"><img src="images/grid.png" alt=""></a>
<a id="sign-in-button" href="https://accounts.google.com/servicelogin">Sign in</a>
</header>
<section>
<img src="images/google-logo.png" alt="" id="logo"><br>
<!-- State width with CSS -->
<input type="text" id="search" size="110">
<div id="button-container">
<input class="search-button" type="button" value="Google Search">
<input class="search-button" id="lucky" type="button" value="I'm Feeling Lucky">
</div>
</section>
<footer>
<div id="footer-left">
<a href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a href="https://www.google.com/services/?fg=1">Business</a>
<a href="https://www.google.com/intl/en/about/">About</a>
</div>
<div id="footer-right">
<a href="https://www.google.com/intl/en/policies/?fg=1">Privacy & Terms</a>
<a href="https://www.google.com/preferences?hl=en">Settings</a>
</div>
</footer>
</body>
</html>