Files
File-Transfer-Website/templates/lockout.html
klein panic d01d5e3b3a Fixed venv
2024-10-01 23:23:26 -04:00

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>