-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimage_search.html
30 lines (29 loc) · 938 Bytes
/
image_search.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Image Search</title>
<link rel="stylesheet" href="style.css">
</style>
</head>
<body>
<div id="top">
<div class="search_type">
<a href="index.html" class="change_search_buttons">Go Back to Search</a>
</div>
<div id="search_type_title">Image Search</div>
</div>
<div style="height: 28%;"></div>
<div>
<form action="https://google.com/search">
<input type="hidden" name="tbm" value="isch">
<input type="text" name="q" autofocus="on" autocomplete="off" id="search_bar">
<br>
<div id="buttons">
<input type="submit" value="Google Search" class="submit_query">
</div>
</form>
</div>
<div id="bottom">
</div>
</body>
</html>