-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (68 loc) · 2.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html>
<head>
<title>Search</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="header">
<div id="logo"><img src="img/googlelogo.png"></div>
<form>
<div class="searchBar">
<input type="text">
<img src="img/micImg.png" class="micImg" alt="Search by voice">
<img src="img/search.jpg" class="searchImg">
</div>
</form>
<div id="headerLinks">
<a href="#"><img src="img/apps.png"></a>
<a href="#" id="userLink"><img src="img/user.png" id="user"></a>
</div>
</div>
<nav>
<a href="#" id="selected"><img src="img/search.jpg">All</a>
<a href="#"><img src="img/images.png">Images</a>
<a href="#"><img src="img/video.png">Videos</a>
<a href="#"><img src="img/news.png">News</a>
<a href="#"><img src="img/menu.png">More</a>
<a href="#" id="linksRight">Settings</a>
<a href="#">Tools</a>
</nav>
<div class="container">
<span id="resultsInfo">About 109,000,000 results (0.57 seconds)</span>
<div class="cards">
<span>victor-If.github.io > google-search-results</span>
<br/>
<a href="#" class="cardTitle">build this webpage - GitHub Pages</a>
<br/>
<span><b>build this webpage.</b> https://benjdelt.github.io/google-results/. With zero coding experience, artist<br/>
building 180 webpages in 180 days ...</span>
</div>
<div class="cards">
<span>christine-27.github.io/google-homepage/> google-homepage</span>
<br/>
<a href="#" class="cardTitle">build this webpage - GitHub Pages</a>
<br/>
<span>With zero coding experience, artist <b>building</b> 180 <b>webpages</b> in 180 days. hhttps://<br/>
arstechnica.com/.../with-zero-coding-experience-artist-<b>building</b>-180-<b>webpages</b>-.</span>
</div>
<div class="footer">
<div id="footerTop">
<span id="country">Montenegro</span>
<span id="country">Podgorica - From your Internet address - Use precise location - Learn more</span>
</br>
</div>
<div id ="footerBottom">
<a href="#" class="links-left">Advertising</a>
<a href="#" class="links-left">About</a>
<a href="#" class="links-left">Business</a>
<a href="#" class="links-left">How Search Works</a>
<a href="#" class="links-right">Settings</a>
<a href="#" class="links-right">Terms</a>
<a href="#" class="links-right">Privacy</a>
</div>
</div>
</div>
</div>
</body>
</html>