<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coming Soon</title>
<style>
body { font-family: Arial, sans-serif; display: grid; place-items: center; min-height: 100vh; margin: 0; background: #0f172a; color: white; }
.box { text-align: center; padding: 2rem; }
h1 { font-size: 3rem; margin-bottom: 0.5rem; }
p { color: #cbd5e1; }
</style>
</head>
<body>
<div class="box">
<h1>Coming Soon</h1>
<p>Energize.fit is launching soon.</p>
</div>
</body>
</html>