-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="./assets/stylesheets/main.css">
<title> Google Homepage by Sparsh </title>
</head>
<body>
<div id="header">
<nav>
<ul>
<li><a href="#">Sparsh</a></li>
<li><a href="#">Gmail</a></li>
<li><a href="#">Images</a></li>
</ul>
</nav>
<img id="apps" src="http://goo.gl/KZBFqR">
<img id="other" src="./images/nav_items.png">
</div>
<img id="logo" alt="Google" src="https://goo.gl/thDSe2">
<div id="search_form">
<form action="#" method="GET" name="search">
<input id="text_box" type="text" name="text_box"> <br> <br>
<input class="search_button" type="submit" value="Google Search">
<input class="feeling_lucky_button" type="submit" value="I'm Feeling Lucky">
</form>
<a href="#"><img alt="voice_search" src="https://goo.gl/ClWXv4"></a>
</div>
<div id="footer">
<nav>
<ul id="left_menu_items">
<li><a href="#">Advertising</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">About</a></li>
</ul>
<ul id="right_menu_items">
<li><a href="#">Privacy</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Settings</a></li></ul>
</nav>
</div>
</body>
</html>