-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvanced.html
66 lines (29 loc) · 2.2 KB
/
advanced.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" href="styling.css">
<script src="https://kit.fontawesome.com/46206c1b91.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar-advanced">
<a href="index.html"><div class="img-advanced"><img class="google-logo-advanced" src="google-logo.jpg" alt="google-logo"></div></a>
<a class="nav-links" href="index.html">Google search</a>
</nav>
<form action="https://google.com/search" class="form" name="f" method="GET" style="padding-left: 50px;">
<div class="advanced-container">
<h2 style="color: red;font-family: sans-serif;padding-bottom: 30px;">Advanced Search</h2> <hr>
<h3 style="padding-top: 20px;padding-bottom: 5px;font-weight: lighter;">Find pages with...</h3>
<div class="minimal-container"><label for="as_q" class="labels">all these words: </label>
<input class="advanced-inputs" type="text" name="as_q" id="xX4UFf" value autofocus="autofocus"></div>
<div class="minimal-container"><label for="as_epq" class="labels">this exact word or phrase: <h3 style="font-size: 10px;white-space: pre;">Put words in quotes:"words"</h3></label>
<input class="advanced-inputs" type="text" name="as_epq" id="CwYCWc" value ="" ></div>
<div class="minimal-container"><label for="as_oq" class="labels">any of these words: </label>
<input class="advanced-inputs" value="" id="mSoczb" name="as_oq" type="text"></div>
<div class="minimal-container"><label for="as_eq" class="labels">none of these words: </label>
<input class="advanced-inputs" value="" id="t2dX1c" name="as_eq" type="text"></div>
<input type="submit" value="Advanced Search" type="submit" name="as_q" class="advanced-button">
</div>
</form>
</body>
</html>