Update index.html
This commit is contained in:
parent
0b2fda0bf4
commit
6d26d4472b
@ -1,7 +1,10 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
if (screen.width <= 699) {
|
if (screen.width <= 699) {
|
||||||
document.location = "mobile.html";
|
document.location = "/mobile";
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
document.location = "/desktop";
|
||||||
|
}
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user