26 lines
749 B
HTML
26 lines
749 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Registration Disabled - MiauInv</title>
|
|
<link rel="stylesheet" href="/assets/css/register-blocked.min.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="card">
|
|
<h1>Registration</h1>
|
|
<div class="subtitle">Create a new account</div>
|
|
|
|
<div class="message error">
|
|
<strong>Access Denied:</strong> Public registration is currently disabled for this system. Please contact your system administrator to request an account.
|
|
</div>
|
|
|
|
<div class="footer-text">
|
|
<a class="btn btn-secondary" href="/login" style="margin-top: 1.5rem;">Back to Login</a>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |