1

Update index.html

This commit is contained in:
Evan Pratten 2017-08-27 14:55:59 -04:00 committed by GitHub
parent 0b2fda0bf4
commit 6d26d4472b

View File

@ -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>