Skip to content

Commit

Permalink
chore: set default page to main
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <[email protected]>
  • Loading branch information
mitsudome-r committed Feb 9, 2024
1 parent b1711d3 commit 3978954
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirecting</title>
<noscript>
<meta http-equiv="refresh" content="1; url=main/" />
</noscript>
<script>
window.location.replace("main/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="main/">main/</a>...
</body>
</html>

0 comments on commit 3978954

Please sign in to comment.