16 lines
502 B
HTML
16 lines
502 B
HTML
|
<!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>
|