-
Notifications
You must be signed in to change notification settings - Fork 0
/
Google.html
44 lines (43 loc) · 1.75 KB
/
Google.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
<!doctype html>
<html lang="en">
<link rel="stylesheet" type="text/css" href="Google.css">
<head>
<meta charset="utg-8">
<title>Google</title>
</head>
<body>
<div>
<div class="head">
<a class="word" href="https://www.mail.google.com">Gmail</a>
<a class="word" href="https://www.google.com/imghp?hl=en&tab=wi&ei=X4uhV9fsE4GkjwOS2aDAAg&ved=0EKouCBYoAQ">Images</a>
<a class="hRight" id="menu" href="https://www.google.com/intl/en/about/products/"><img src="menu.png"></a>
<div class="hRight" id="bell">
<img src="bell.png">
</div>
<a class="hRight" id="photo" href="www.google.com"></a>
</div>
</div>
<div class="search_area">
<img id="logo" src="logo.png">
<input id="search_bar" type="text" name="search"><br>
<div class="buttons">
<button id="b1">Google Search</button>
<button id="b2">I'm Feeling Lucky</button>
</div>
</div>
<div>
<div class="bottom">
<span id="left">
<a class="left" href="https://www.google.com/intl/en/ads/fg=1">Advertising</a>
<a class="left" href="https://www.google.com/intl/en/ads/?fg=1">Business</a>
<a class="left" href="https://www.google.com/intl/en/about.html?fg=1">About</a>
</span>
<span id="right">
<a class="right" href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a>
<a class="right" href="https://www.google.com/intl/en/policies/terms/?fg=1">Terms</a>
<a class="right" href="https://www.google.com/intl/en/policies/terms/?fg=1">Settings</a>
</span>
</div>
</div>
</body>
</html>