Skip to content

Commit

Permalink
Fix HTML attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peregrine05 authored May 29, 2024
1 parent 9f8568d commit 86d070f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
<title>
chunky-dev
</title>
<meta http-equiv="refresh" content="3; url='https://chunky-dev.github.io/docs/'" />
</head>
<body>
<script>
window.location.replace("https://chunky-dev.github.io/docs/");
</script>
<p>Redirecting to <a href="https://chunky-dev.github.io/docs/">https://chunky-dev.github.io/docs/</a>. Click on the link if you are not automatically redirected.</p>
</body>
</html>

0 comments on commit 86d070f

Please sign in to comment.