-
Notifications
You must be signed in to change notification settings - Fork 0
/
Images.html
32 lines (28 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
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Images|</title>
<link rel="stylesheet" href="Styles.css">
</head>
<body>
<div class="continer">
<ul class="navbar">
<li class="nav-item"> <a href="index.html"> Go Back </a></li>
</ul>
<div class="Img-center">
<img src="../Project0/Google_Images_2015_logo.svg.png" alt="" height="102" >
</div>
<form action="https://www.google.com/search">
<div class="rounded">
<input type="text" name="q">
</div>
<div class="btn1">
<input type="submit" value="Google Search">
<input type="submit" value="I'm Feeling Lucky">
</div>
</div>
</body>
</html>