2020-02-08 02:01:11 +11:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2022-11-21 15:20:38 +11:00
|
|
|
<script>
|
|
|
|
if (/^ja\b/.test(navigator.language)) {
|
|
|
|
location.href = './view/ja'
|
|
|
|
} else {
|
|
|
|
location.href = './view/en'
|
|
|
|
}
|
|
|
|
</script>
|
2020-02-08 02:01:11 +11:00
|
|
|
</head>
|
2022-11-21 15:20:38 +11:00
|
|
|
</html>
|