-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1011 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<link type="text/css" rel="stylesheet" href="styles/google.css">
</head>
<body>
<ul id="nav">
<li class="textlink">Gmail</li>
<li class="textlink">Images</li>
<li><div id="options" /></li>
<li><input id="signin" type="button" value="Sign In" /></li>
</ul>
<div id="search">
<img id="logo" src="https://www.google.com.sg/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" />
<input id="searchbox" type="text" name="searchbox" />
<div id="searchbuttons">
<input class="searchbutton" type="button" value="Google Search" />
<input class="searchbutton" type="button" value="I'm Feeling Lucky" />
</div>
</div>
<ul id="footer">
<li><a href="">Advertising</a></li>
<li><a href="">Business</a></li>
<li><a href="">About</a></li>
<li class="right"><a href="">Privacy</a></li>
<li class="right"><a href="">Terms</a></li>
<li class="right"><a href="">Settings</a></li>
</ul>
</body>
</html>