-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (71 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>Google results page</title>
</head>
<body>
<div class="gray">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png">
<div id="search-bar">
<input type="text" name="query">
</div>
<a href="">All</a>
<a href="">Images</a>
<a href="">Maps</a>
<a href="">News</a>
<a href="">Videos</a>
<a href="">More</a>
<a href="">Settings</a>
<a href=""><button>Tools</button></a>
<a href="" title="Google Apps"></a>
<button id="login-btn">
<a href="https://accounts.google.com/signin/v2/identifier?passive=1209600&continue=https%3A%2F%2Faccounts.google.com%2FManageAccount&followup=https%3A%2F%2Faccounts.google.com%2FManageAccount&flowName=GlifWebSignIn&flowEntry=ServiceLogin">Sign in</a>
</button>
</div>
<div class="results-list"><!--Make ten links-->
<div>
<a href=""><h1>Result link</h1></a>
<p>Green address</p>
<p>Summary text</p>
</div>
</div>
<div>
<h1>Searches related to search results</h1>
<span>
<a href="">link</a>
<a href="">link</a>
<a href="">link</a>
<a href="">link</a>
</span>
<span>
<a href="">link</a>
<a href="">link</a>
<a href="">link</a>
<a href="">link</a>
</span>
</div>
<div>
<a href="">1</a>
<a href="">2</a>
<a href="">3</a>
<a href="">4</a>
<a href="">5</a>
<a href="">6</a>
<a href="">7</a>
<a href="">8</a>
<a href="">9</a>
<a href="">10</a>
<a href="">Next</a>
</div>
<div class="gray">
<p>Location message</p>
<a href="">Use precise location</a>
<a href="">Learn more</a>
<a href="">Help</a>
<a href="">Send feedback</a>
<a href="">Privacy</a>
<a href="">Terms</a>
<a href="">Use google.com.do</a>
</div>
</body>
</html>