1

Update index.html

This commit is contained in:
Evan Pratten 2017-09-03 15:15:06 -04:00 committed by GitHub
parent b3f9d05f29
commit 26ef2bed91

View File

@ -1,7 +1,7 @@
<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "/mobile/";
document.location = "https://ewpratten.github.io/retrylife-social/";
}
else {
document.location = "/desktop/";