<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MoneyMindedTrade - Coming Soon</title>
<style>
body {
background-color: #0d0d0d;
color: #00ffcc;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: 'Arial', sans-serif;
flex-direction: column;
}
h1 {
font-size: 3em;
}
p {
font-size: 1.5em;
margin-top: 10px;
}
</style>
</head>
<body>
<h1>MoneyMindedTrade</h1>
<p>Coming Soon...</p>
</body>
</html>