]> git.mdlowis.com Git - projs/mdlowis.com.git/commitdiff
fix redirect
authorMichael D. Lowis <mike@mdlowis.com>
Mon, 10 Aug 2015 02:06:08 +0000 (22:06 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Mon, 10 Aug 2015 02:06:08 +0000 (22:06 -0400)
index.html

index 0d61a830d9698d0bf03e04a7f578553decb958fa..fa7a7e90a26353f5606cdc421e08ffd78e5b206c 100644 (file)
@@ -6,7 +6,7 @@
     </head>
     <body>
         <script>
-            window.location = location.host + "/site/home.html";
+            window.location = "/site/home.html";
         </script>
     </body>
 </html>