-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 3.16 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
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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>Document</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav id="navbar">
<ul>
<li style="padding: 1.3rem;"><a href="hhttps://www.google.com/intl/en-GB/gmail/about/#">Gmail</a></li>
<li style="padding: 1.3rem;"><a href="https://www.google.co.in/imghp?hl=en&ogbl">Images</a></li>
<li><a href="#"><span class="material-icons">apps</span></a></li>
<li id="sign-in-li" ><a href="https://accounts.google.com/signin/v2/identifier?hl=en&passive=true&continue=https%3A%2F%2Fwww.google.com%2F&ec=GAZAmgQ&flowName=GlifWebSignIn&flowEntry=ServiceLogin" id="sign-in-a">Sign in</a></li>
</ul>
</nav>
<div id="center">
<img src="https://web.archive.org/web/20191130234759im_/https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png"
alt="">
<div id="box">
<span class="material-icons" class="iconss">search</span>
<input type="text" name="search" id="search">
<span class="material-icons" class="iconss">mic</span>
</div>
<div class="btns">
<a href="#">Google Search</a>
<a href="https://www.google.com/doodles">I'm Feeling Lucky</a>
</div>
<div class="caption">
<small>Google offered in:</small>
<a href="https://www.google.com/">हिन्दी</a>
<a href="https://www.google.com/">বাংলা</a>
<a href="https://www.google.com/">తెలుగు</a>
<a href="https://www.google.com/">मराठी </a>
<a href="https://www.google.com/">தமிழ் </a>
<a href="https://www.google.com/">ગુજરાતી </a>
<a href="https://www.google.com/">ಕನ್ನಡ </a>
<a href="https://www.google.com/">മലയാളം </a>
<a href="https://www.google.com/">ਪੰਜਾਬੀ</a>
</div>
</div>
<footer>
<div id="front">
<a href="https://about.google/?utm_source=google-IN&utm_medium=referral&utm_campaign=hp-footer&fg=1">About</a>
<a href="https://ads.google.com/intl/en_in/home/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1">Advertising</a>
<a href="https://www.google.com/intl/en_in/business/">Buisness</a>
<a href="https://www.google.com/search/howsearchworks/?fg=1">How Search Works</a>
</div>
<div id="end">
<a href="https://policies.google.com/privacy?hl=en-IN&fg=1">Privacy</a>
<a href="https://policies.google.com/terms?hl=en-IN&fg=1">Terms</a>
<a href="#">Settings</a>
</div>
</footer>
</body>
</html>