forked from spacebar/SplatNet
add redirector until proper page is implemented
This commit is contained in:
parent
8548a38255
commit
8ef364cb0a
1 changed files with 11 additions and 0 deletions
11
index.html
Normal file
11
index.html
Normal 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>
|
||||
Loading…
Reference in a new issue