-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (41 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id ="header">
<ul>
<li><a href="google">+John</a></li>
<li><a href="google">Gmail</a></li>
<li><a href="google">Images</a></li>
<li><a href="google"><img src="img/grid.png" id="grid"/></a></li>
<li><a href="google"><img src="img/bell.png" id="bell"/></a></li>
<li><a href="google" id="share">Share</a></li>
<li><a href="google"><img src="img/photo.jpg" id="photo"/></a></li>
</ul>
</div>
<div id ="content">
<img src="img/logo11w.png" width="269px" height="95px"/>
<form action="processingscript.php" method="post">
<input type="text" size="70">
</form>
<img src="img/mic.gif" height=20 width=15 id="mic"/>
<button>Google Search</button>
<button>I'm Feeling Lucky</button>
</div>
<div id ="footer">
<span id="footleft">
<a href="google">Advertising</a>
<a href="google">Business</a>
<a href="google">About</a>
</span>
<span id="footright">
<a href="google">Privacy & Terms</a>
<a href="google">Settings</a>
<a href="google">Use Google.com</a>
</span>
</div>
</body>
</html>