Skip to content

Commit

Permalink
Update index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
050644zf authored Aug 5, 2023
1 parent c88efb0 commit 0f2f0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reader/index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<body>
<script type="text/javascript">
window.onload = function() {
window.location.href = "/ArknightsStoryTextReader/index.html" + window.location.hash + window.location.search;
window.location.href = "/ArknightsStoryTextReader/" + window.location.hash + window.location.search;
};
</script>
<p>If you are not redirected automatically, click <a href="/ArknightsStoryTextReader/index.html">here</a>.</p>
<p>If you are not redirected automatically, click <a href="/ArknightsStoryTextReader/">here</a>.</p>
</body>
</html>

0 comments on commit 0f2f0ba

Please sign in to comment.