<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Donate</title>
<style>
body { font-family: Arial; padding: 40px; background:#202225; color:white; }
.box { max-width: 600px; margin:auto; text-align:center; }
button {
padding: 12px 25px; background:#f54242; border:none;
color:white; border-radius:6px; cursor:pointer; margin-top:20px;
}
</style>
</head>
<body>
<div class="box">
<h1>Donate</h1>
<p>
Your support helps keep the project going.
This is a placeholder donation page—connect your payment links later.
</p>
<button>Donate Now</button>
</div>
</body>
</html>