1

Update index.html

This commit is contained in:
Evan Pratten 2017-08-29 14:51:39 -04:00 committed by GitHub
parent 0a635cfbc6
commit 916682d4fe

View File

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