-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (68 loc) · 2.82 KB
/
index.html
File metadata and controls
69 lines (68 loc) · 2.82 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
66
67
68
69
<!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>BroCode</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!---start your code here -->
<div id="maincontent">
<div id="header">
<span class="header"> <a href=""><p>Gmail</p></a></span>
<span class="header"> <a href=""><p>Images</p></a> </span>
<span class="header"> <a href=""><img src="img/candybox.png" alt="menu icon"></a> </span>
<span class="header"> <a href=""><img src="img/profile.png" alt="profile icon"></a> </span>
</div>
<div id="main">
<div id="central-image">
<img src="img/googlelogo_color_272x92dp.png" alt="google image">
</div>
<div id="search-bar">
<span id="search"><img src="img/search.png" alt="search icon"></span>
<span id="voice"><a href=""><img src="img/voice.png" alt="Search by Voice"></a></span>
</div>
<div id="menu-tab">
<span class="tabs" <p>Google Search</p> </span>
<span class="tabs" <p>I'm Feeling Lucky</p> </span>
</div>
<div id="aside">
<p>Google offered in:</p>
<span id="links">
<p><a href="">Hausa</a></p>
<p><a href="">Igbo</a></p>
<p><a href="">Èdè Yorùbá</a></p>
<p><a href="">Nigerian Pidgin</a></p>
</span>
</div>
</div><!---Google central content -->
<footer>
<div id="location">
<p>Nigeria</p>
</div>
<hr>
<div id="copyright">
<span id="left">
<a href=""><p>About</p></a>
<a href=""><p>Advertising</p></a>
<a href=""><p>Business</p></a>
<a href=""><p>How Search works</p></a>
</span>
<span id="center">
<img src="img/carbon.png" alt=""><a href=""><p>Carbon neutral since 2007</p></a>
</span>
<span id="right">
<a href=""><p>Privacy</p></a>
<a href=""><p>Terms</p></a>
<a href=""><p>Settings</p></a>
</span>
</div>
</footer>
</div> <!---Main content -->
<script id="__bs_script__">//<![CDATA[
document.write("<script async src='http://HOST:3000/browser-sync/browser-sync-client.js?v=2.27.10'><\/script>".replace("HOST", location.hostname));//]]>
</script>
</body>
</html>