mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 22:19:54 +00:00
fixes
This commit is contained in:
4
404.html
4
404.html
@ -27,8 +27,8 @@
|
||||
<script>
|
||||
var languageinfo=navigator.language? navigator.language : navigator.userLanguage
|
||||
function redirectpage(dest) {
|
||||
if (window.location.replace) window.location.replace(dest)
|
||||
else window.location=dest
|
||||
if (window.location.replace) window.location.replace(dest)
|
||||
else window.location=dest
|
||||
}
|
||||
if (languageinfo.substr(0,2) == "ru") redirectpage("/ru/404")
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user