chatr/ChatrServer/wwwroot/err/incorrect-password.html

16 lines
502 B
HTML
Raw Normal View History

2022-08-24 11:34:56 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wrong Password</title>
<link rel="manifest" href="../site.webmanifest">
<link rel="icon" type="image/x-icon" href="../favicon.ico">
<meta http-equiv="refresh" content="5; URL='./'" />
</head>
<body>
<h1>Wrong Password</h1>
<a href="../login">Try Again</a>
</body>
</html>