Skip to content

Commit

Permalink
Update and rename helper.html to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ authored Sep 27, 2023
1 parent d258321 commit a9d4a0d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/helper.html

This file was deleted.

15 changes: 15 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<title>File A</title>
<script>
window.location.href = './public/index.html';
</script>
</head>

<body>
<p>If you are not redirected, <a href="./public/index.html">click here</a> to open File B.</p>
</body>

</html>

0 comments on commit a9d4a0d

Please sign in to comment.