-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (25 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/arunkumartdr/arunkumartdr/main/favicon.ico" />
<title>Customized Js Google Translate No Google Powered By Logo</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/arunkumartdr/[email protected]/gtranslate.css">
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
}
</script>
</head>
<body>
<style>
</style>
<body>
<h1>My Web Page</h1>
<p>Hello everybody!</p>
<p>Translate this page:</p>
<h4> Note: Customized Js Google Translate No Google Powered By Logo </h4>
<div id="google_translate_element"></div>
<p>You can translate the content of this page by selecting a language in the select box.</p>
</body>
</html>