-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathimghp.html
More file actions
27 lines (25 loc) · 781 Bytes
/
imghp.html
File metadata and controls
27 lines (25 loc) · 781 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" href="./style.css" media="all">
</head>
<body>
<div class="actions">
<a href="./advanced_search.html" class="btn btn--secondary">Advanced Search</a>
<a href="/" class="btn btn--secondary">Normal Search</a>
</div>
<main>
<div class="main__title">
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_light_color_272x92dp.png" alt="Google">
<div class="hero-accent">
images
</div>
</div>
<form action="https://google.com/search">
<input type="hidden" name="tbm" value="isch">
<input type="text" name="q">
</form>
</main>
</body>
</html>