-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimages.html
26 lines (26 loc) · 932 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Images</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="navbar">
<div class="navbar-nav">
<a href="tuc01108.github.io/google.html">Google Search</a>
</div>
</div>
<img class="logo" src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png">
<div class="imageSearch">
<form action="https://www.google.com/search">
<input class="inputbubble" type="text" name="as_q">
<input type="hidden" name="tbm" value="isch">
<input type="hidden" name="ved">
<br>
<button class="buttonM">
<input class="searchbutton" type="submit" value="Google Search">
</button>
</form>
</div>
</body>
</html>