FossilRepo
| 7e1aaf6… | ragelink | 1 | <!DOCTYPE html> |
| 7e1aaf6… | ragelink | 2 | <html lang="en"> |
| 7e1aaf6… | ragelink | 3 | <head> |
| 7e1aaf6… | ragelink | 4 | <meta charset="UTF-8"> |
| 7e1aaf6… | ragelink | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7e1aaf6… | ragelink | 6 | <title>Access Denied — FossilRepo</title> |
| 7e1aaf6… | ragelink | 7 | <script src="https://cdn.tailwindcss.com"></script> |
| 7e1aaf6… | ragelink | 8 | <style>:root { --brand: #DC394C; }</style> |
| 7e1aaf6… | ragelink | 9 | </head> |
| 7e1aaf6… | ragelink | 10 | <body class="bg-gray-950 text-gray-100 min-h-screen flex items-center justify-center"> |
| 7e1aaf6… | ragelink | 11 | <div class="text-center px-6"> |
| 7e1aaf6… | ragelink | 12 | <div class="mb-6"> |
| 7e1aaf6… | ragelink | 13 | <svg class="h-12 w-12 mx-auto text-[var(--brand)] opacity-60" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"> |
| 7e1aaf6… | ragelink | 14 | <circle cx="12" cy="12" r="10" stroke-opacity="0.6"/> |
| 7e1aaf6… | ragelink | 15 | <circle cx="12" cy="12" r="4" fill="currentColor" fill-opacity="0.3"/> |
| 7e1aaf6… | ragelink | 16 | <path d="M12 2v4M12 18v4M2 12h4M18 12h4" stroke-opacity="0.4"/> |
| 7e1aaf6… | ragelink | 17 | </svg> |
| 7e1aaf6… | ragelink | 18 | <div class="mt-2 text-sm font-bold tracking-tight"> |
| 7e1aaf6… | ragelink | 19 | <span class="text-gray-100">fossil</span><span class="text-[var(--brand)]">repo</span> |
| 7e1aaf6… | ragelink | 20 | </div> |
| 7e1aaf6… | ragelink | 21 | </div> |
| 7e1aaf6… | ragelink | 22 | <div class="text-7xl font-bold text-[var(--brand)] mb-4">403</div> |
| 7e1aaf6… | ragelink | 23 | <h1 class="text-2xl font-bold text-gray-100 mb-2">Access Denied</h1> |
| 7e1aaf6… | ragelink | 24 | <p class="text-gray-400 mb-8 max-w-md mx-auto"> |
| 7e1aaf6… | ragelink | 25 | You don't have permission to access this page. Try signing in or contact your administrator. |
| 7e1aaf6… | ragelink | 26 | </p> |
| 7e1aaf6… | ragelink | 27 | <div class="flex gap-3 justify-center"> |
| 7e1aaf6… | ragelink | 28 | <a href="/" class="rounded-md bg-[var(--brand)] px-5 py-2.5 text-sm font-semibold text-white hover:opacity-90 transition">Go Home</a> |
| 7e1aaf6… | ragelink | 29 | <a href="/auth/login/" class="rounded-md bg-gray-800 px-5 py-2.5 text-sm font-semibold text-gray-300 ring-1 ring-gray-700 hover:bg-gray-700 transition">Sign In</a> |
| 7e1aaf6… | ragelink | 30 | </div> |
| 7e1aaf6… | ragelink | 31 | </div> |
| 7e1aaf6… | ragelink | 32 | </body> |
| 7e1aaf6… | ragelink | 33 | </html> |