From 1cc0dcdddacd29a9dd3ea3e87b08c9054cd17f53 Mon Sep 17 00:00:00 2001 From: Evan Pratten <ewpratten@gmail.com> Date: Tue, 29 Aug 2017 14:54:08 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d917155..03dfc5e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ if (screen.width <= 699) { document.location = "/mobile/"; } else { - document.location = "/desktop/load.html"; + document.location = "/desktop/"; } //--> </script>