gentelella
Version:
Gentelella v4 — free admin template. 60 pages, 20 chart variants, fully interactive inbox & kanban, live theme generator, component playground, PWA-ready. Vite 8, vanilla JS, no Bootstrap, no jQuery.
51 lines (48 loc) • 3.17 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Offline | Gentelella 2026 v4</title>
<link rel="icon" href="../images/favicon.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#1ABB9C" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#1a2332" media="(prefers-color-scheme: dark)">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.svg">
<meta name="description" content="Gentelella v4 — free admin dashboard template. 60 pages, 20 chart variants, vanilla JS, no Bootstrap, no jQuery. By Colorlib.">
<meta property="og:type" content="website">
<meta property="og:title" content="Offline">
<meta property="og:description" content="Gentelella v4 — free admin dashboard template. 60 pages, 20 chart variants, vanilla JS, no Bootstrap, no jQuery. By Colorlib.">
<meta property="og:image" content="/images/android-chrome-512x512.svg">
<meta property="og:site_name" content="Gentelella v4">
<meta name="twitter:card" content="summary_large_image">
<script>(function(){try{var t=localStorage.getItem('theme');var d=window.matchMedia('(prefers-color-scheme: dark)').matches;var theme=t||(d?'dark':'light');document.documentElement.setAttribute('data-theme',theme);}catch(e){}})();</script>
<script type="module" crossorigin src="/js/rolldown-runtime-DEgBLETi.js"></script>
<script type="module" crossorigin src="/js/toast-DgCSlJPv.js"></script>
<script type="module" crossorigin src="/js/menus-BVcs0GJR.js"></script>
<script type="module" crossorigin src="/js/modal-MTuCfURV.js"></script>
<script type="module" crossorigin src="/js/main-v4-BFwmMcfm.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-v4-DDS6x4g-.css">
</head>
<body>
<main class="auth-shell">
<div class="auth-card" style="text-align:center;max-width:420px">
<div style="width:72px;height:72px;border-radius:50%;background:var(--bg-surface-secondary);color:var(--text-muted);display:flex;align-items:center;justify-content:center;margin:0 auto 18px">
<svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5">
<path d="M5 13a10 10 0 0114 0M2 9a14 14 0 0120 0M9 17a4 4 0 016 0"/>
<line x1="3" y1="3" x2="21" y2="21"/>
</svg>
</div>
<h1 class="auth-title">You're offline</h1>
<p class="auth-subtitle">This page hasn't been cached yet. Reconnect and try again — we'll be right here.</p>
<button type="button" class="btn btn-primary" style="width:100%;justify-content:center;height:38px" onclick="location.reload()">Try again</button>
</div>
</main>
</body>
</html>