<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learn Smart Trading</title>
<style>
body {
margin: 0;
font-family: Arial;
background: #0f172a;
color: white;
text-align: center;
}
.container {
padding: 20px;
}
h1 {
font-size: 28px;
}
p {
font-size: 16px;
color: #cbd5e1;
}
.btn {
display: inline-block;
margin-top: 20px;
padding: 15px 25px;
background: #22c55e;
color: white;
text-decoration: none;
font-weight: bold;
border-radius: 8px;
}
.box {
background: #1e293b;
margin: 15px;
padding: 15px;
border-radius: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1>Learn Smart Trading 📈</h1>
<p>Beginner to Advanced Strategy | Risk Management | Real Examples</p>
<a href="https://t.me/No1quotextrader" class="btn">Join Free Telegram</a>
<div class="box">
<h3>✅ What You’ll Learn</h3>
<p>• Entry Strategy<br>• Market Timing<br>• Risk Control</p>
</div>
<div class="box">
<h3>📊 Who Is This For?</h3>
<p>• Beginners<br>• Side Income Seekers<br>• Trading Learners</p>
</div>
<div class="box">
<h3>⚠️ Disclaimer</h3>
<p>Trading involves risk. No guaranteed profits.</p>
</div>
</div>
</body>
</html>