<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Crypto Payment — Installer</title>
<style>
  body{font-family:monospace;max-width:700px;margin:40px auto;padding:20px;background:#0f0f0f;color:#e0e0e0}
  h1{color:#f7931a}
  .ok{color:#26de81}.err{color:#fc5c65}.info{color:#45aaf2}
  pre{background:#1a1a2e;padding:15px;border-radius:8px;overflow-x:auto}
  .btn{background:#f7931a;color:#000;border:none;padding:12px 24px;font-size:16px;cursor:pointer;border-radius:6px;font-weight:bold}
</style>
</head>
<body>
<h1>⚡ Crypto Payment Installer</h1>

<p class="info">Click below to create all database tables.</p><form method="GET"><input type="hidden" name="run" value="1"><button class="btn">▶ Run Installer</button></form>