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.
85 lines (74 loc) • 4.22 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Forgot password | 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="Forgot password">
<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/forgot_password-DT7su739.js"></script>
<link rel="modulepreload" crossorigin href="/js/rolldown-runtime-DEgBLETi.js">
<link rel="modulepreload" crossorigin href="/js/toast-DgCSlJPv.js">
<link rel="modulepreload" crossorigin href="/js/menus-BVcs0GJR.js">
<link rel="modulepreload" crossorigin href="/js/modal-MTuCfURV.js">
<link rel="modulepreload" crossorigin href="/js/main-v4-BFwmMcfm.js">
<link rel="stylesheet" crossorigin href="/assets/main-v4-DDS6x4g-.css">
</head>
<body>
<div class="auth-page">
<div class="auth-card">
<div class="auth-brand">
<div class="brand-icon">G</div>
<div class="brand-name">Gentelella <small style="font-weight:400;color:var(--text-muted);font-size:13px;margin-left:2px">v4</small></div>
</div>
<div class="auth-title">Forgot your password?</div>
<div class="auth-subtitle">Enter your email and we'll send a reset link.</div>
<form id="reset-form">
<div class="form-group">
<label class="form-label" for="email">Email</label>
<div class="input-group">
<svg class="input-icon" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="3" width="12" height="10" rx="1.5"/><path d="M2 5l6 4 6-4"/></svg>
<input type="email" id="email" class="form-control" placeholder="you@company.com" required>
</div>
</div>
<button type="submit" class="btn btn-primary" style="width:100%;justify-content:center;height:38px">
Send reset link
</button>
</form>
<div class="auth-divider">or</div>
<div style="text-align:center">
<a href="login.html" class="btn btn-outline" style="display:inline-flex;justify-content:center">
← Back to sign in
</a>
</div>
<div class="auth-success" id="reset-success" hidden>
<svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="var(--green)" stroke-width="2">
<circle cx="12" cy="12" r="10"/><path d="M8 12l3 3 5-6"/>
</svg>
<div class="success-title">Check your email</div>
<div class="success-desc">We sent a password reset link to <strong id="reset-email"></strong>. The link expires in 30 minutes.</div>
</div>
<div class="auth-footer">
Don't have an account? <a href="register.html">Create one</a>
</div>
</div>
</div>
</body>
</html>