Skip to content

Commit

Permalink
redirect to root page if no js
Browse files Browse the repository at this point in the history
  • Loading branch information
repomaa committed Jan 24, 2025
1 parent 7a2fd20 commit 72e7e21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<head>
<meta charset="utf-8">
<title>Redirecting to https://everii-group.github.io</title>
<noscript>
<meta http-equiv="refresh" content="0; URL=https://everii-group.github.io/">
</noscript>
</head>

<body>
Expand Down

0 comments on commit 72e7e21

Please sign in to comment.