-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (66 loc) · 2.15 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
68
<!DOCTYPE html>
<html>
<head>
<title> Google </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav_bar" style="height:30px; min-width:357px">
<div class="gmail" style="height:24px; width:34px">
<a href="https://mail.google.com/mail/u/0/?tab=wm">Gmail</a>
</div>
<div class="images" style="height:24px; width:43px">
<a href="https://www.google.com/imghp?hl=en&tab=wi&authuser=0&ei=aNCxVYWrGdH8oAT4lqPYDA&ved=0CBUQqi4oAQ">Images</a>
</div>
<div class="apps" style="height:30px; width:30px">
<table>
<tr>
<td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td>
</tr>
</table>
</div>
<div class="notif" style="height:30px; width:30px">
<div class="circle" style="height:20px; width:20px">
<img class="bell" src="C:\Sites\google-homepage\notif.png" height="11px" width="9px">
</div>
</div>
<div class="user">
<a id="sp_user" href="https://accounts.google.com/SignOutOptions?hl=en&continue=https://www.google.com/">alice.chen.500@gmail.com</a>
</div>
</div>
<div class="center">
<img src="https://www.google.com/images/srpr/logo11w.png" height="95" width="269">
<div style="height: 88px; width: 833px" class="barButtons">
<form action="action.php">
<input type="text" name="search" class="search">
<div class="buttons">
<input type="submit" value="Google Search" class="one" id="gSearch">
<input type="submit" value="I'm Feeling Lucky" class="one" id="Lucky">
</div>
</form>
</div>
</div>
<div class="footer">
<div class="foot1">
<ul>
<li><a href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a></li>
<li><a href="https://www.google.com/services/?fg=1">Business</a></li>
<li><a href="https://www.google.com/intl/en/about/">About</a></li>
</ul>
</div>
<div class="foot2">
<ul>
<li><a href="https://www.google.com/intl/en/policies/privacy/?fg=1">Privacy</a></li>
<li><a href="https://www.google.com/intl/en/policies/terms/?fg=1">Terms</a></li>
<li><a href="https://www.google.com/preferences?hl=en">Settings</a></li>
</ul>
</div>
</div>
</body>
</html>