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