-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 1.2 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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div>
<ul id="navbar">
<li>+You</li>
<li>Gmail</li>
<li>Images</li>
<li><img id="apps" src="https://cdn4.iconfinder.com/data/icons/geomicons/32/672346-grid-2-128.png" /></li>
<li><div id="signin"><p id="bsign"><b>SIGN IN</b></p></div></li>
</ul>
</div>
<div id="GoogleLogo">
<img class="glogo" src="https://www.google.com/images/srpr/logo11w.png" />
</div>
<div id="searchform" align="center">
<div id="searchbox" >
<form method="#" action="POST">
<input class="search_field" type="text" name="search" size="100"><br>
</form>
</div>
<div id="searchbuttons">
<form method="#" action="POST">
<input type="button" name="searchbu" value="Google Search">
<input type="button" name="searchbu" value="I'm Feeling Lucky"><br>
</form>
</div>
<div id="gblurb" align="center">
<p>Save the whales and kittens! Find out how here!</p>
</div>
</div>
<div id="footer">
<ul>
<li>Advertising Programs</li>
<li>Business Solutions</li>
<li>Privacy & Terms</li>
<li>+Google</li>
<li>About Google</li>
</ul>
</div>
</body>
</html>