-
Notifications
You must be signed in to change notification settings - Fork 0
/
image.html
28 lines (28 loc) · 1004 Bytes
/
image.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
<!DOCTYPE html>
<html lang="en">
<head>
<mata charset="UTF-8">
<meta content="dark" name="color-scheme">
<meta content="origin" name="referrer">
<title>Image Search</title>
<link rel="stylesheet" href="style.css"></link>
</head>
<body>
<div>
<ul class="navbar">
<li class="navitem"><a href="index.html">Google</a></li>
</ul>
</div>
<div class="center-icon">
<img src="google_image.png" alt="google logo" height="92" width="272">
<span class="darkimg">Images</span>
</div>
<form action="https://www.google.com/search">
<input type="text" name="q" class="search-bar" autofocus="off">
<input type="hidden" name="tbm" value="isch">
<div class="center-div">
<input type="submit" value="谷歌搜图" class="search-btn">
</div>
</form>
</body>
</html>