-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathjugal.html
65 lines (62 loc) · 2.84 KB
/
jugal.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">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="google.css">
<link rel="shortcut icon" href="https://www.google.com/favicon.ico" type="image/x-icon">
<title>Google</title>
</head>
<body>
<a href=""></a>
<div class="top-navbar">
<ul class="top-part">
<li class="indiv"><a href="">Gmail</a></li>
<li class="indiv"><a href="">Images</a></li>
<li class="indiv"><a href=""><img class="options"
src="https://th.bing.com/th/id/OIP.Bow8q88tetRulsnhi9in4QHaHE?pid=ImgDet&rs=1" /></a></li>
<li>
<button class="sign">Sign In</button>
</li>
</ul>
</div>
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Google Logo" class="logo">
<div class="input-field">
<!--<input class="search-bar" type="text">-->
<input class="search-bar" name="textfield" type="text" placeholder="Search Google or type a URL">
</div>
<div class="button-align">
<button type="button" class="button1">Google Search</button>
<button type="button" class="button1">I'm Feeling Lucky</button>
</div>
<div class="subtitle-align">
<a class="subheading">Google offered in: </a>
<a href="#a" class="subtitle">हिन्दी</a>
<a href="#b" class="subtitle">বাংলা</a>
<a href="#c" class="subtitle">తెలుగు</a>
<a href="#d" class="subtitle">मराठी</a>
<a href="#e" class="subtitle">தமிழ்</a>
<a href="#f" class="subtitle">ગુજરાતી</a>
<a href="#g" class="subtitle">ಕನ್ನಡ</a>
<a href="#h" class="subtitle">മലയാളം</a>
<a href="#i" class="subtitle">ਪੰਜਾਬੀ</a>
</div>
<div style="background-color: #CACACA;">
<footer>
<a class="footer-text">India</a>
</footer>
<footer style="position: relative; margin-top: 1px; padding: 0px; border: black;">
<a class="footer-text-1" href="#" style="padding-left: 30px;">About</a>
<a class="footer-text-1" href="#">Advertising</a>
<a class="footer-text-1" href="#">Business</a>
<a class="footer-text-1" href="#">How Search works</a>
<a class="footer-text-1" href="#" style="float: right; padding-right: 30px;">Settings</a>
<a class="footer-text-1" href="#" style="float: right;">Privacy</a>
<a class="footer-text-1" href="#" style="float: right;">Terms</a>
</footer>
</div>
</body>
</html>
1