-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
48 lines (44 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="topnavbar">
<ul id="main">
<li class="nav"><a href="">Mohamed</a></li>
<li class="nav"><a href ="">Gmail</a></li>
<li class="nav"><a href="">Image</a></li>
<li class="nav"><a href=""><img src="image/apps.png" alt="app" /></a></li>
<li class="nav"><a href=""><img src="image/Notifications.png" alt="Google Notification" /></a></li>
<li class="nav"><a href=""><img src="image/signins.png" alt="Signin" /></a></li>
</ul>
</div>
<div id="logo">
<img src=
"https://lh3.googleusercontent.com/Mlooxk6mLI51QloFweqjOZkIFrhSfU6HBeYNs5BLosF7uTBWM-9xdh0xJfS3pPpJ_bEijewrdoPJ94hmlotP-_lT4yEWFwkQu0l3gAs"
alt="google"/>
</div>
<div id="search">
<form action="https://www.google.com/search">
<p><input type="text" name="q" autofocus="true" size="50px" /></p>
<input type="submit" name="search" title="Search" value="Search" size="50px" />
<input type="button" name="fell lucky" title="fell lucky" value="fell lucky" size="50px" />
</form>
</div>
<div id="footer">
<div id="right">
<a class="right" href="" >Advertising</a>
<a class="right" href="" >Business</a>
<a class="right" href="" >About</a>
</div>
<div id="left">
<a class="left" href="" >Privacy</a>
<a class="left" href="" >Terms</a>
<a class="left" href="" >Settings</a>
<a class="left" href="" >Use Google.com</a>
</div>
</div>
</body>
</html>