-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 3.19 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta content="origin" name="referrer" />
<meta
content="/images/branding/googleg/1x/googleg_standard_color_128dp.png"
itemprop="image"
/>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<title>build this webpage - Google Search</title>
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<header>
<div class="logo-container">
<img src="/images/googlelogo_color_92x30dp.png" alt="search-image">
</div>
<div class="search-box-container">
<input type="text" class="searchbox" />
<div class="search-result-modifiers">
<div class="categories"></div>
<div class="filters">
<div class="settings"></div>
<div class="tools"></div>
</div>
</div>
</div>
<div class="profile-container">
<div class="google-apps">
<!-- <svg class="gb_Xe" focusable="false" viewBox="0 0 24 24"><path d="M6,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM16,6c0,1.1 0.9,2 2,2s2,-0.9 2,-2 -0.9,-2 -2,-2 -2,0.9 -2,2zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2z"></path></svg> -->
</div>
<div class="profile-picture-container"></div>
</div>
</header>
<main>
<div class="search-speed-brag">
<span class="search-speed-stats"></span>
</div>
<div class="search-results-container">
<div class="search-result">
<div class="search-result-click-region">
<a href="https://www.google.com/search?q=build+this+webpage" target="_blank">
<div class="webpage-path">
https://www.website.co<span> › pathseg1</span>
</div>
<h3>Webpage title - Website Name</h3>
</a>
</div>
<div class="search-result-content-container">
<span class="webpage-updated-date">25-Jan-2021 — </span>
<span class="search-result-content">
Things You Need In Order to <em>Build</em> a
<em>Website</em> · Choose a domain name · Register a
domain and sign up with web hosting · Set up a
<em>website</em> using ...
</span>
</div>
</div>
</div>
</main>
<footer></footer>
</body>
</html>