Commit 750dd247 authored by Arun Kumar's avatar Arun Kumar
Browse files

reverted index changes

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -59,12 +59,12 @@ ...@@ -59,12 +59,12 @@
}, 1000) }, 1000)
} }
</script> --> </script> -->
<script type="text/javascript"> <!-- <script type="text/javascript">
(() => { (() => {
if (location.pathname === '/') { if (location.pathname === '/') {
window.location.href = location.origin + '/app'; window.location.href = location.origin + '/app';
} }
}) })
</script> </script> -->
</body> </body>
</html> </html>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment