-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (83 loc) · 2.17 KB
/
index.html
File metadata and controls
98 lines (83 loc) · 2.17 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JanVani - Government of Jharkhand</title>
<!-- Google Translate Script -->
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
includedLanguages: 'en,hi',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
autoDisplay: false
}, 'google_translate_element');
}
</script>
<script type="text/javascript"
src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<style>
/* Violently Hide Google Translate Toolbar */
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
.goog-te-banner-frame {
display: none !important;
}
iframe.goog-te-banner-frame {
display: none !important;
}
/* Reset Body/HTML */
body {
top: 0px !important;
position: static !important;
}
html {
margin-top: 0px !important;
}
/* Hide Widget */
#google_translate_element {
display: none;
}
/* Hide Tooltips */
.goog-tooltip {
display: none !important;
}
.goog-tooltip:hover {
display: none !important;
}
.goog-text-highlight {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
}
/* VIOLENTLY HIDE TOP BAR */
.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt {
display: none !important;
visibility: hidden !important;
height: 0 !important;
}
body {
top: 0 !important;
position: static !important;
margin-top: 0 !important;
}
.goog-te-gadget-icon {
display: none !important;
}
/* Hide "Original Text" popup */
.goog-te-balloon-frame {
display: none !important;
}
</style>
</head>
<body>
<div id="root"></div>
<div id="google_translate_element"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>