asset_browser/public/403.html
setonc a558804026 Initial commit — asset browser web app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 09:06:25 -04:00

46 lines
1.5 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Access Denied — deRenzy BT Asset Browser</title>
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/styles/variables.css">
<link rel="stylesheet" href="/styles/login.css">
</head>
<body>
<div class="login-wrap">
<div class="login-card">
<div class="login-header">
<img src="/assets/logo-swirl.png" alt="deRenzy BT" class="login-logo">
<div>
<div class="login-title">Asset Browser</div>
<div class="login-sub">deRenzy Business Technologies</div>
</div>
</div>
<div style="text-align:center; padding: 1rem 0 0.5rem;">
<div style="font-size:2.5rem; margin-bottom:0.5rem;">🚫</div>
<div style="font-size:1.1rem; font-weight:600; color:var(--gray-900); margin-bottom:0.5rem;">Access Denied</div>
<div style="font-size:0.9rem; color:var(--gray-500); margin-bottom:1.5rem;">
You don't have permission to view that page.
</div>
<a href="/" style="
display:inline-block;
padding:0.55rem 1.25rem;
background:var(--accent, #3b82f6);
color:#fff;
border-radius:6px;
text-decoration:none;
font-size:0.875rem;
font-weight:500;
">← Back to App</a>
</div>
</div>
</div>
</body>
</html>