update logo
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Confirm Email - AccManager</title>
|
||||
<link rel="icon" type="image/png" href="../image/logo_PNKX.png" />
|
||||
<link rel="stylesheet" href="../css/main.css" />
|
||||
<style>
|
||||
body { font-family: 'Inter', sans-serif; min-height: 100vh; }
|
||||
@@ -13,6 +14,7 @@
|
||||
<body class="verify-page bg-gradient-to-br from-slate-100 via-white to-blue-100 text-slate-900 antialiased">
|
||||
<main class="verify-shell min-h-screen flex items-center justify-center px-4">
|
||||
<section class="verify-card w-full max-w-md bg-white rounded-2xl border border-slate-200 shadow-lg p-8">
|
||||
<img src="../image/logo_PNKX.png" alt="PNKX" class="verify-brand-image mb-6" />
|
||||
<h1 class="text-2xl font-black tracking-tight mb-2">Email Confirmation</h1>
|
||||
<p class="text-sm text-slate-600 mb-6">We are confirming your account.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user