Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yetessam authored Aug 13, 2024
1 parent 8902c40 commit 7ce351d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=topics/index.html">
<title>Redirecting...</title>
<script type="text/javascript">
window.location.href = "topics/index.html";
</script>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="topics/index.html">link to the topics page</a>.</p>
</body>
</html>

0 comments on commit 7ce351d

Please sign in to comment.