11 lines
276 B
HTML
11 lines
276 B
HTML
|
|
<!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>
|