1

Update index.html

This commit is contained in:
Evan Pratten 2017-08-29 14:54:08 -04:00 committed by GitHub
parent abb754782a
commit 1cc0dcddda

View File

@ -4,7 +4,7 @@ if (screen.width <= 699) {
document.location = "/mobile/";
}
else {
document.location = "/desktop/load.html";
document.location = "/desktop/";
}
//-->
</script>