[WIP] #770
This commit is contained in:
parent
f5d42fa806
commit
77f567f821
|
@ -1,7 +1,12 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv=”refresh” content=”0;URL=’./view/ja'” />
|
<script>
|
||||||
<script>location.href = './view/ja';</script>
|
if (/^ja\b/.test(navigator.language)) {
|
||||||
|
location.href = './view/ja'
|
||||||
|
} else {
|
||||||
|
location.href = './view/en'
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user