<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Elite Coach</title>
<style>
body{
font-family:Arial,sans-serif;
background:#111827;
color:white;
text-align:center;
padding:80px;
}
a{
color:#4ade80;
text-decoration:none;
display:block;
margin:20px;
}
</style>
</head>
<body>
<h1>Elite Coach</h1>
<p>Transform your body. Track your progress. Reach your goals.</p>
<a href="/privacy.html">Privacy Policy</a>
<a href="/terms.html">Terms of Use</a>
<a href="/support.html">Support</a>
</body>
</html>