UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

115 lines (104 loc) 4.71 kB
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="images/favicon.ico" type="image/ico" /> <title>403 - Access Forbidden | Gentelella</title> <!-- Vite Entry Point - will bundle all styles --> <script type="module" src="/src/main-minimal.js"></script> <style> .error-bg { background: linear-gradient(135deg, #2A3F54 0%, #34495e 100%); min-height: 100vh; } .brand-logo { color: #1ABB9C; border: 2px solid #1ABB9C; padding: 8px 10px; border-radius: 50%; font-size: 1.2rem; margin-right: 10px; } </style> </head> <body class="error-bg"> <div class="container-fluid d-flex align-items-center justify-content-center min-vh-100"> <div class="row justify-content-center w-100"> <div class="col-lg-6 col-md-8 col-sm-10"> <div class="card shadow-lg border-0"> <div class="card-body text-center p-5"> <!-- Brand Header --> <div class="text-center mb-4"> <div class="d-flex align-items-center justify-content-center mb-3"> <img src="images/logo.svg" alt="Gentelella" style="height: 35px; width: auto;"> <h3 class="mb-0 fw-bold text-dark">Gentelella</h3> </div> </div> <!-- Error Icon and Number --> <div class="mb-4"> <i class="fas fa-lock text-danger mb-3" style="font-size: 6rem;"></i> <h1 class="display-1 fw-bold text-danger mb-0">403</h1> </div> <!-- Error Message --> <div class="mb-4"> <h2 class="h3 text-dark mb-3">Access Forbidden</h4> <p class="text-muted lead">You don't have permission to access this resource. Please contact your administrator if you believe this is an error.</p> </div> <!-- Action Buttons --> <div class="d-grid gap-2 d-md-block mb-4"> <a href="index.html" class="btn btn-primary btn-lg me-md-2"> <i class="fas fa-home me-2"></i>Go Home </a> <button type="button" class="btn btn-outline-secondary btn-lg" onclick="history.back()"> <i class="fas fa-arrow-left me-2"></i>Go Back </button> </div> <!-- Additional Info --> <div class="border-top pt-4"> <div class="row text-center"> <div class="col-md-6 mb-3"> <div class="d-flex flex-column align-items-center"> <i class="fas fa-user-shield text-primary fs-1 mb-2"></i> <h6 class="text-dark">Authentication Required</h6> <small class="text-muted">Please log in to access this content</small> </div> </div> <div class="col-md-6 mb-3"> <div class="d-flex flex-column align-items-center"> <i class="fas fa-key text-warning fs-1 mb-2"></i> <h6 class="text-dark">Insufficient Privileges</h6> <small class="text-muted">Contact admin for access rights</small> </div> </div> </div> </div> <!-- Help Links --> <div class="mt-4"> <small class="text-muted"> Need help? <a href="#" class="text-decoration-none">Contact Administrator</a> | <a href="login.html" class="text-decoration-none">Login</a> | <a href="#" class="text-decoration-none">Request Access</a> </small> </div> </div> </div> <!-- Footer --> <div class="text-center mt-4"> <p class="text-light opacity-75 mb-2"> &copy; 2025 All Rights Reserved. Gentelella is a Bootstrap 5 template. </p> <div> <a href="#" class="text-light text-decoration-none opacity-75 me-3">Privacy</a> <a href="#" class="text-light text-decoration-none opacity-75 me-3">Terms</a> <a href="#" class="text-light text-decoration-none opacity-75">Support</a> </div> </div> </div> </div> </div> </body> </html>