Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-armour committed Sep 10, 2024
1 parent d3b2505 commit 01b12e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions templates/folder/2024-08-16/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<head>
<title>index</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body>
<script>

window.location.href = "./readme.html" + location.hash;

document.addEventListener( "DOMContentLoaded", function () {
window.location.href = "./readme.html" + location.hash;
} );
</script>
</body>

Expand Down

0 comments on commit 01b12e0

Please sign in to comment.