1

Create index.html

This commit is contained in:
Evan Pratten 2017-08-27 14:54:50 -04:00 committed by GitHub
parent 163e0f674a
commit 0b2fda0bf4

7
index.html Normal file
View File

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