-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (72 loc) · 4.49 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="image/Google-favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>Google</title>
</head>
<body>
<!-- Google header item -->
<div class="header">
<a href="https://www.gmail.com" class="link-text">Gmail</a>  
<a href="https://www.google.co.in/imghp?hl=en&authuser=0&ogbl" class="link-text">Images</a>  
<!-- <a class="g-apps" aria-label="Google apps" href="https://www.google.co.in/intl/en/about/products" aria-expanded="false" role="button" tabindex="0">
<svg class="icon" focusable="false" viewBox="0 0 24 24">
<path d="M6,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM16,6c0,1.1 0.9,2 2,2s2,-0.9 2,-2 -0.9,-2 -2,-2 -2,0.9 -2,2zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2z">
</path>
</svg>
</a> -->
<a href="https://www.gmail.com">
<img src="image/AD.png" alt="profile-image" width="40" height="40" class="profile-image">
</a>
</div>
<!-- Google Brand Logo -->
<div class="brand-logo">
<img src="image/googlelogo.png" alt="google-logo" class="google-logo">
</div>
<!-- Google Search box -->
<div class="main">
<div class="form-group has-search">
<span class="fa fa-search form-control-feedback"></span>
<input type="text" class="form-control" placeholder="Search">
</div>
</div>
<!-- Google Search Button -->
<div class="search-btn text-center">
<a href="#">
<button type="button" class="btn btn-outline-success">Google Search</button>
</a>
<a href="https://www.google.com/doodles">
<button type="button" class="btn btn-outline-primary">I'm Feeling Lucky</button>
</a>
</div>
<!-- Google Languages -->
<br>
<br>
<div class="language text-center">
<p>Google offered in:</p> <a href="#" class="lang">हिन्दी</a>
<a href="#" class="lang">বাংলা</a>
<a href="#" class="lang">తెలుగు</a>
<a href="#" class="lang">मराठी</a>
<a href="#" class="lang">தமிழ்</a>
<a href="#" class="lang">ગુજરાતી</a>
<a href="#" class="lang">ಕನ್ನಡ</a>
<a href="#" class="lang">മലയാളം</a>
<a href="#" class="lang">ਪੰਜਾਬੀ</a>
</div>
<!-- Footer Section -->
<div class="card-header">
<p>India</p>
<hr>
<a href="https://about.google/?utm_source=google-IN&utm_medium=referral&utm_campaign=hp-footer&fg=1" class="link-text-footer">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" class="link-text-footer">Advertising</a>
<a href="https://www.google.com/intl/en_in/business/" class="link-text-footer">Business</a>
<a href="https://www.google.com/search/howsearchworks/?fg=1" class="link-text-footer">How Search Works</a>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>