forked from vparot/vparot-klab-test.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (24 loc) · 867 Bytes
/
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LHMV3CF9VS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LHMV3CF9VS'); <!-- parotlab.github.io -->
</script>
<script src="/js/storelang.js"></script>
<script type="text/javascript">
// Multilingual preference storage
// 2022 Vicente Parot
// Catholic University of Chile
window.onload = function() {
// alert('lang_click(' + lang_load() + ')');
// alert(window.location + lang_load());
window.location = window.location + lang_load();
}
</script>
</head>
</html>