-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (56 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Google</title>
<meta name="description" content="Google Search Engine">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/master.css">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<div id="h">
<a href="https://mail.google.com">Gmail</a>
<a href="https://www.google.co.in/imghp?hl=en&tab=wi&authuser=0&ogbl">Images</a>
<a href="#"> <img id="waffle" src="assets/images/waffle.png"></a>
<a id="si" href="https://mail.google.com/signin">Sign In</a>
</div>
</header>
<main>
<img id="logo" src="assets/images/logo.png" alt="Google Logo">
<div id="sbar">
<a href="#"><img src="assets/images/search-icon.png" alt="search" id="sicon"> </a>
<input type="text" id="bar">
<a href="#"><img src="assets/images/mic.png" id="mic" alt="Voice Search"></a>
</div>
<div id="buttons">
<input type="button" onclick="" value="Google Search" id="gs">
<input type="button" onclick="" value="I'm Feeling Lucky" id="ifl">
</div>
</main>
<footer>
<div id="location">
<p>India</p>
</div>
<div id="extras">
<div id="left">
<span> <a href="https://www.google.com/intl/en_in/ads/?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/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpbfooter&fg=1">Business</a>
<a href="https://about.google/?utm_source=google-IN&utm_medium=referral&utm_campaign=hp-footer&fg=1">About</a>
<a href="https://google.com/search/howsearchworks/?fg=1" style="word-spacing: normal;">How Search Works</a>
</span>
</div>
<div id="right">
<span>
<a href="https://policies.google.com/privacy?fg=1">Privacy</a>
<a href="https://policies.google.com/terms?fg=1">Terms</a>
<a href="#">Settings</a>
</span>
</div>
</div>
</footer>
</body>
</html>
</html>