add redirector until proper page is implemented

This commit is contained in:
kittentm 2026-01-31 00:51:22 +01:00
commit 8ef364cb0a

11
index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="3;url=/sign_in/">
<title>temp page for now!!!</title>
</head>
<body>
<p>If you are not redirected automatically, <a href="/sign_in/">click here</a>.</p>
</body>
</html>