neowolves/auth-server/static/redirect.html
2024-01-15 20:19:23 +03:00

11 lines
300 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirect</title>
<meta http-equiv="refresh" content="0;url=http://localhost:9096/login.html">
</head>
<body>
<p>If you are not redirected, <a href="http://localhost:9096/login.html">click here</a>.</p>
</body>
</html>