-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (38 loc) · 1.78 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="navbar">
<a id="gmail" href="#">Gmail</a>
<a id="images" href="#">Images</a>
<a id="allapps" href="#"><img src="menu.png" width="30px" height="30px"></a>
<a id="Signin" href="#">Sign in</a>
</div>
<div >
<form id="main" action="https://google.com/search">
<a id="logo" href="#"><img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" width="210px" height="81px"></a>
<input id="google" type="text" name="q">
<div id="btn">
<input id="btn-1" type="submit" value="Google Search">
<input id="btn-2" type="button" value="I'am feeling Lucky"/>
</div>
<p id="offer">Google offred in <a href="#">Hindi</a> <a href="#">Gujrati</a></p>
</form>
<div id="foo">
<div id="footer">
<a href="#" id="id">india</a>
<a href="#" id="adverse">Advertising</a>
<a href="#" id="business">Business</a>
<a href="#" id="about">About</a>
<a href="#" id="how">How Search works</a>
<a href="#" id="privacy">Privacy</a>
<a href="#" id="terms">Terms</a>
<a href="#" id="settings">Settings</a>
</div>
</body>
</html>