-
Notifications
You must be signed in to change notification settings - Fork 0
/
img-index.html
executable file
·29 lines (28 loc) · 1.01 KB
/
img-index.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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Amin Sabermanesh CS50 Project 0</title>
</head>
<body>
<div class="bar">
<a class="imagesearch" href="./index.html">Search</a>
<a class="advancesearch" href="./adv-index.html">Advance Search</a>
</div>
<div class="image">
<img class="picsearch" src="./cs50-black.PNG" alt="cs50 search logo" width="270">
<h2 class="textpicsearch">Amin's CS50 Image search</h2>
</div>
<div class="search">
<form class="gsearch" action="https://www.google.com/search">
<div>
<input class="searchfild" type="text" placeholder="Image search" name="q">
<input class="searchfild" type="hidden" name="tbm" value="isch" />
</div>
<input class="searchbutton" type="submit" value="Image Search">
</form>
</div>
</body>
</html>