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