<!DOCTYPE html><html><head><meta charset="UTF-8">
<title>Setup Required — New Gurkhas International</title>
<style>body{font-family:system-ui,sans-serif;background:#f9fafb;display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0}
.box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:36px;max-width:520px;width:100%;text-align:center}
h2{color:#991b1b;font-size:20px;margin-bottom:8px}p{color:#6b7280;font-size:14px;line-height:1.7;margin-bottom:16px}
code{background:#f3f4f6;padding:2px 8px;border-radius:4px;font-size:13px}
.steps{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-top:16px}
.steps li{font-size:13px;color:#374151;margin-bottom:8px;line-height:1.5}</style></head>
<body><div class="box">
<div style="font-size:48px;margin-bottom:12px">🔧</div>
<h2>Database Not Set Up Yet</h2>
<p>Could not connect to the database. This is normal on first setup.</p>
<div class="steps"><ol>
<li>Open <strong>phpMyAdmin</strong> → <code>http://localhost/phpmyadmin</code></li>
<li>Create a new database named <code>gurkhastinl</code></li>
<li>Click <strong>Import</strong> → select <code>setup.sql</code> from the zip</li>
<li>Edit <code>config.php</code> — set your MySQL username &amp; password</li>
<li>Visit <code>http://localhost/gurkhastinl/setup-check.php</code> to verify</li>
</ol></div>
<p style="margin-top:16px;font-size:12px;color:#9ca3af">Error: SQLSTATE[HY000] [1045] Access denied for user 'gurkhas_gurkhas'@'localhost' (using password: YES)</p>
</div></body></html>