-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/style.css">
<title> Google</title>
</head>
<body>
<header>
<ul>
<li><a href="fake-page.html">Gmail</a></li>
<li><a href="fake-page.html">Images</a></li>
<li ><a href="fake-page.html"><img src="Images/Rect.png"></a></li>
<li class="login"><a href="fake-page.html">Log In</a></li>
</ul>
</header>
<div class="content">
<div class="search">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"><br>
<form action="search" method="GET">
<input name="keywords" id="keywords" type="text"><br>
<input class="box" name="searchwords" id="searchwords" type="submit" value="Search with Google">
<input class="box" name="feellucky" id="feellucky" type="submit" value="I feel lucky"><br>
</form>
<span class="language">Google offered in: <a href="index-italian.html">Italian</a></span>
</div>
</div>
<footer>
<table>
<tr>
<td class="location" colspan="7"><a href="fake-page.html">USA</a></td>
</tr>
<tr>
<td><a href="fake-page.html">Advertising</a></td>
<td><a href="fake-page.html">Business</a></td>
<td><a href="fake-page.html">About</a></td>
<td class="space"></td>
<td class="right"><a href="fake-page.html">Privacy</a></td>
<td class="right"><a href="fake-page.html">Terms</a></td>
<td class="right"><a href="fake-page.html">Settings</a></td>
</tr>
</table>
</footer>
</body>
</html>