-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (34 loc) · 1.08 KB
/
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
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Google</title>
<link rel="icon" type="image/x-icon" href="favi.png">
</head>
<body>
<div>
<ul class="img-adv-search">
<a href="imagesrch.html">
<li class="img-adv">
Images
</li>
</a>
<a href="advsrch.html">
<li class="img-adv">
Advanced Search
</li>
</a>
</ul>
</div>
<div class="home-logo">
<img src="home.jpg" alt="Google logo" height="122">
</div>
<form action="https://google.com/search">
<input type="text" class="round-input" name="q">
<div class="center" >
<input type="submit" value="Google Search" class="srch-btn">
<input type="submit" name="btnI" value="I'm Feeling Lucky" class="srch-btn" >
</div>
</form>
</body>
</html>