We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9b644 commit 1f8d402Copy full SHA for 1f8d402
index.html
@@ -1 +1,5 @@
1
-<meta http-equiv="refresh" content="0; url=https://darin755.github.io/browser-linux/src/" />
+<!-- Redirect to src folder -->
2
+<script>
3
+//this just appends src to the current url while keeping the parameters after the ?
4
+window.location.href = window.location.origin + window.location.pathname + "/src" + document.location.search;
5
+</script>
0 commit comments