-
Notifications
You must be signed in to change notification settings - Fork 0
/
images.html
29 lines (28 loc) · 960 Bytes
/
images.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" type="text/css" href="searchsheet.css">
</head>
<body>
<div class="hunta">
<div class="kutgh">
<a href="advanced.html">advanced</a>
</div>
<div class="kutgh">
<a href="index.html">search</a>
</div>
</div>
<div style="height: auto;">
<div class="fremro">
<form action="https://images.google.com/images" >
<input class="textBar" type="text" name="q">
<div style="padding-top: 1em;">
<input class="grosm" type="submit" value="Google Search">
<input class="grosm" type="submit" value="I'm Feeling Lucky">
</div>
</form>
</div>
</div>
</body>
</html>