Skip to content

Commit

Permalink
Update helper.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ authored Sep 27, 2023
1 parent 7e44b9f commit d258321
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions src/helper.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<!DOCTYPE html>
<html>

<html lang="en">
<head>
<title>File A</title>
<script>
window.location.href = './public/index.html';
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>

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

</html>

0 comments on commit d258321

Please sign in to comment.