-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (50 loc) · 1.66 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>Sample google homepage</title>
</head>
<body>
<ul class="header">
<li><a href="https://gmail.com">Gmail</a></li>
<li><a href="https://www.google.bg/imghp?hl=en&tab=wi&ei=6FIXWKioJ8mvsQHn96mgCw&ved=0EKouCBIoAQ">Images</a></li>
<li><a href="https://www.google.bg/intl/en/options/">
<table id="appsbutton">
<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>
</a></li>
<li><a href="https://accounts.google.com/ServiceLogin" id="signin">Sign In</a></li>
</ul>
<div class="search_field">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/272px-Google_2015_logo.svg.png">
<form>
<input type="text" name="lookfor" id="lookfor">
<br>
<input type="submit" value="Search" id="sub">
</form>
</div>
<ul class="footer">
<li class="leftfoot"><a href="https://www.google.bg/intl/en/ads/?fg=1">Advertising</a></li>
<li class="leftfoot"><a href="https://www.google.bg/services/?fg=1#?modal_active=none">Business</a></li>
<li class="leftfoot"><a href="https://www.google.bg/intl/en/about/">About</a></li>
<li><a href="https://www.google.bg/intl/en/policies/privacy/?fg=1">Privacy</a></li>
<li><a href="https://www.google.bg/intl/en/policies/terms/regional.html">Terms</a></li>
<li><a href="https://www.google.bg/preferences?hl=en">Settings</a></li>
<li><a href="https://www.google.com/?gfe_rd=cr&ei=JicWWOWUIY7Y8AeT84XAAg&gws_rd=ssl,cr&fg=1">Use Google.com</a></li>
</ul>
</body>
</html>