12 lines
286 B
HTML
12 lines
286 B
HTML
<!-- templates/lockout.html -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Account Locked Out</title>
|
|
</head>
|
|
<body>
|
|
<h1>You have been locked out due to too many failed login attempts.</h1>
|
|
<p>If you believe this is an error, please contact the administrator.</p>
|
|
</body>
|
|
</html>
|