forked from vimallinuxworld13/git-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.48 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.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">+Lara</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="lara" class="headerpics" src="http://lh3.googleusercontent.com/-zkPWifjxy1M/AAAAAAAAAAI/AAAAAAAAAAA/7pAALFnncq4/s32-c/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>