-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.61 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<link rel="shortcut icon" href="img/google_favicon_128.png" type="image/png">
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body>
<div id="wrapper">
<div id="navBar">
<a class="navLink" href="https://plus.google.com/?gpsrc=ogpy0&tab=wX">+You</a>
<a class="navLink" href="https://mail.google.com/mail/?tab=wm">Gmail</a>
<a class="navLink" href="https://www.google.com/imghp?hl=en&tab=wi&ei=PteXUqaICMixiQLcvYDABQ&ved=0CAQQqi4oAg">Images</a>
<a class="blueButton" href="https://accounts.google.com/ServiceLogin?hl=en&continue=https://www.google.com/">Sign in</a>
</div>
<div id="content">
<img src="img/logo11w.png"/>
<form id="searchGoogleForm" method="get" action="http://www.google.com/search">
<input id="searchInput" name="q" type="text" size=100 maxlength="255"/>
<input class="searchButtons" type="submit" value="Google Search">
<!-- do not know how "I'm feeling lucky" button works... currently just a submit button-->
<input class="searchButtons" type="submit" value="I'm Feeling Lucky">
</form>
</div>
</div>
<footer>
<div id="footerSide1">
<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="footerSide2">
<a href="https://www.google.com/intl/en/policies/?fg=1">Privacy & Terms</a>
<a href="https://www.google.com/preferences?hl=en&fg=1">Settings</a>
</div>
</footer>
</body>
</html>