mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
Update settings.html
This commit is contained in:
parent
9ad38db898
commit
6d92f0895b
@ -158,6 +158,23 @@
|
|||||||
<a href="/contact.html">Contact</a>
|
<a href="/contact.html">Contact</a>
|
||||||
<a href="/support.html">Donate</a>
|
<a href="/support.html">Donate</a>
|
||||||
<a href="/about.html">About</a>
|
<a href="/about.html">About</a>
|
||||||
|
<div id="google_translate_element"></div>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
function googleTranslateElementInit() {
|
||||||
|
new google.translate.TranslateElement(
|
||||||
|
{pageLanguage: 'en'},
|
||||||
|
'google_translate_element'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<script type="text/javascript"
|
||||||
|
src=
|
||||||
|
"https://translate.google.com/translate_a/element.js?
|
||||||
|
cb=googleTranslateElementInit">
|
||||||
|
</script>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user