-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (65 loc) · 2.86 KB
/
index.html
File metadata and controls
65 lines (65 loc) · 2.86 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<div id="UTF">
<center>
<!-- beginning of navbar -->
<div id="navbar">
<ul style="float:right">
<li><a href="#">Gmail</a></li>
<li><a href="#">Images</a></li>
<li><a href="#"><img src="./icons8-menu.svg" alt="" class="ims"></a></li>
<li id="sign"><a href="#">Sign Up</a></li>
</ul>
</div>
<!-- end of navbar -->
<!-- beginning of goggle and search bar -->
<div id="Center">
<div id="logo">
<img src="./Screenshot (15).png" alt="" sizes="" srcset="" >
</div>
<div id="google-search">
<form action="" style="position: fixed; top: 36%; left: 31%;">
<input type="search" name="" id="input" autocomplete="off" spellcheck="false" role="combobox" aria-live="polite" placeholder="">
</form>
<img src="./search.svg" alt="" class="icon" style="position: fixed; top: 36.5%; left: 31.5%;">
<!-- end of goggle and search bar -->
</div>
</div>
<!-- beginning of button -->
<div style="position: fixed; top: 44%; left: 38%;">
<a href=""><input type="button" value="Google Search" id="button"></a>
<a href=""><input type="button" value="I'm Felling Lucky" id="button"></a>
</div>
<!-- end of goggle and search bar -->
<!-- beginning of Google offered in -->
<div id="SIvCob" style="position: fixed; top: 54%; left: 36.5%;">Google offered in: <a href="#">Hausa</a> <a href="#">Igbo</a> <a href="#">Èdè Yorùbá</a> <a href="#">Nigerian Pidgin</a> </div>
<!-- end of Google offered in -->
</center>
</div>
<!-- Beginning of footer -->
<footer>
<span class="footer1" >
<div id="footer1">Nigeria</div>
</span>
<span id="footer2">
<a href=""><footer1>About</footer1></a>
<a href=""><footer2>Advertising</footer2></a>
<a href=""><footer3>Business</footer3></a>
<a href=""><footer4>How search Works</footer4></a>
<a href=""><footer5>Carbon Neutral Since 2007</footer5></a>
<a href=""><footer6>Privacy</footer6></a>
<a href=""><footer7>Terms</footer7></a>
<a href=""><footer8>Settings</footer8></a>
</span>
</footer>
<!-- end of footer -->
</body>
</html>