-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhp.html
34 lines (34 loc) · 1.57 KB
/
hp.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="bobo.css">
<link rel="shortcut icon" type="image/png" href="favicon.ico"/>
<title>Google</title>
</head>
<body>
<header>
<a href="https://plus.google.com/u/0/up/follow">+You</a>
<a href="https://mail.google.com">Gmail</a>
<a href="https://www.google.com/imghp?hl=en&tab=wi&ei=Ox1NVMXuJYO3yATCjoFA&ved=0CAQQqi4oAg">Images</a>
<img id="products" src="products.png"/>
<img id="bell" src="bell.png"/>
<img id="share" src="share.png"/>
<img id="yolo" src="https://lh3.googleusercontent.com/-JH-dEgeFKK0/AAAAAAAAAAI/AAAAAAAAAAA/RMCYxjQ7mUg/s46-c-k-no/photo.jpg" />
</header>
<div>
<img src="https://www.google.com/images/srpr/logo11w.png"/>
<form name="google" action="#" method="POST"><br>
<input type="search" class="search"><br>
<input type="submit" class="button" name="submit" value="Google Search">
<input type="submit" class="button" name="lucky" value="I'm Feeling Lucky">
</form>
</div>
<footer>
<a class="leftlinks" href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a class="leftlinks" href="https://www.google.com/services/?fg=1">Business</a>
<a class="leftlinks" href="https://www.google.com/intl/en/about/">About</a>
<a class="rightlinks" href="https://www.google.com/preferences?hl=en">Settings</a>
<a class="rightlinks" href="https://www.google.com/intl/en/policies/?fg=1">Privacy & Terms</a>
</footer>
</body>
</html>