repo.or.cz
/
uweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add mirrors.md
[uweb.git]
/
redirect.html
blob
41976515f701f647c67e1d5892775189cd0bcb1a
1
<head>
2
<script
type
=
"text/javascript"
>
3
var
ls
=
navigator
.
languages
;
4
for
(
var
i
in
ls
){
5
if
(
ls
[
i
].
startsWith
(
"en"
)) {
location
.
href
=
"en/index.html"
;
break
;}
6
if
(
ls
[
i
].
startsWith
(
"zh"
)) {
location
.
href
=
"zh/index.html"
;
break
;}
7
}
8
</script>
9
</head>