-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (50 loc) · 1.35 KB
/
Copy pathindex.html
File metadata and controls
63 lines (50 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="images/googleg_lodp.ico">
<title>JoJo's Bizarre Adventure - Google Search </title>
<meta charset="utf-8">
</head>
<body>
<div class="header">
<img id="image_logo" src="images/googlelogo_color_120x44dp.png">
<div class="searchbox">
<form action="#" name= "searchbox">
<input type= "text" name= "searchbox" value= "Vento Aureo">
</form>
<img id="mic_icon" src="images/Google_microphone_logo.png">
<img id="search_icon" src="images/icon_1057.png">
</div>
<div class="leftnav">
<ul id="lnav">
<li class="active"> <a href="#" id="activelink"> All </a> </li>
<li> <a href="#"> Images </a> </li>
<li> <a href="#"> News </a> </li>
<li> <a href="#"> Videos </a> </li>
<li> <a href="#"> Books </a> </li>
<li> <a href="#"> More </a> </li>
<li id="settings"> <a href="#"> Settings </a> </li>
<li id="tools"> <a href="#"> Tools </a> </li>
</ul>
</div>
<div class="accountnav">
<img id="menu" src="images/menu.png">
<img id="notif" src="images/194977-200.png">
<img id="profile" src="images/unnamed.png">
</div>
</div>
<div class="search_result">
</div>
<div class="search_main">
</div>
<div class="copyright">
</div>
<div class="search_relate">
</div>
<div class="search_pages">
</div>
<div class="footer">
</div>
</body>
</html>