-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (53 loc) · 1.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>GoogleCLone| Bayo Maborukoje</title>
<link rel="shortcut icon" href="images/google_icon.png" />
<link rel="stylesheet" href="main.css">
</head>
<body>
<!--the heading -->
<header>
<div>
<a href="#">+You</a>
<a href="#">Gmail</a>
<a href="#">Images</a>
<img src="images/apps_360.png" id="app_icon">
<input type="button" id="login" value="Sign in"/>
</div>
</header>
<!--main-->
<div id="main">
<div id="bg_logo" title="Google"><p>Nigeria</p></div>
<input type="text" id="search_bar" class="search_bar" /><img src="images/mic_icon.gif"/>
<div>
<input type="button" class="button"id="search" value="Google Search">
<input type="button" class="button" id="lucky" value="I'm Feeling Lucky">
</div>
<p> Google.com.ng offered in:
<a href="#"> Harshen Hausa</a>
<a href="#"> Asụsụ Igbo</a>
<a href="#"> Èdè Yorùbá</a>
<a href="#"> Pidgin </a>
</p>
</div>
<!--footer-->
<footer>
<div class="footnote" id="left">
<ul>
<li>Advertising</li>
<li>Business</li>
<li> About</li>
</ul>
</div>
<div class="footnote" id="right">
<ul>
<li>Privacy & Terms</li>
<li>Settings</li>
<li>Use Google.com</li>
</ul>
</div>
</footer>
</body>
</html>