Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
choptop84 committed Jul 10, 2024
1 parent 908e2d2 commit a02bcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<script>

if (location.pathname.startsWith("/abyssbox-source/website/")) {
location.pathname = "/abyssbox-testing/" + location.pathname.slice("/abyssbox-source/website/".length)
location.pathname = "/abyssbox-testing/" + location.pathname.slice("/abyssbox-source/website/".length);
} else if (location.pathname.startsWith("/abyssbox-source/website/index.html")) {
console.log("Welcome to AbyssBox Source (The HTML File)");
}
Expand Down

0 comments on commit a02bcd8

Please sign in to comment.