-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
63 lines (54 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="images/search.ico">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<style>
a.five:link {color:#2f42a2;text-decoration:none;}
a.five:visited {color:#6713f9;text-decoration:none;}
a.five:hover {text-decoration:none;}
</style>
</head>
<body>
<header class="header">
<div class="cam">
<a href="GoogleImageSearch.html"><img src="images/google-camera.svg" width="50px" height="50px"></a>
</div>
<div class="search">
<a href="GoogleAdvanceSearch.html"><img src="images/advsearch.png" width="60px" height="55px"></a>
</div>
</header>
<main>
<div>
<div id="google-image">
<img src="images/GoogleImage.png">
</div>
<form action="https://www.google.com/search">
<div id="search-bar">
<i class="fas fa-search"></i>
<input type="text" name="q" placeholder="Search...">
<img src="images/google-voice.png">
</div>
<div id="search-button">
<input type="submit" value="Google Search" name="btnK">
<input type="submit" value="I'm Feeling Lucky" name="btnI">
</div>
<p>Google offered in:
<a a class="five" href="https://www.google.com/?hl=hi"> हिन्दी </a>
<a a class="five" href="https://www.google.co.in/?hl=bn"> বাংলা </a>
<a a class="five" href="https://www.google.com/?hl=te"> తెలుగు </a>
<a a class="five" href="https://www.google.com/?hl=mr"> मराठी </a>
<a a class="five" href="https://www.google.com/?hl=ta"> தமிழ் </a>
<a a class="five" href="https://www.google.com/?hl=gu"> ગુજરાતી </a>
<a a class="five" href="https://www.google.com/?hl=kn"> ಕನ್ನಡ </a>
<a a class="five" href="https://www.google.com/?hl=ml"> മലയാളം </a>
<a a class="five" href="https://www.google.com/?hl=pa"> ਪੰਜਾਬੀ </a>
</p>
</form>
</div>
</main>
</body>
</html>