Skip to content

Commit

Permalink
add redirect page
Browse files Browse the repository at this point in the history
  • Loading branch information
saleemhamo committed Mar 30, 2024
1 parent f9e9c2b commit 89e801f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; URL='./web/index.html'" />
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected, <a href="./web/index.html">click here</a>.</p>
</body>
</html>

0 comments on commit 89e801f

Please sign in to comment.