<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>24-7pro | Coming Soon</title>

    <style>

        body { font-family: sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #f4f4f4; }

        .card { background: white; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); text-align: center; }

    </style>

</head>

<body>

    <div class="card">

        <h1>24-7pro.com</h1>

        <p>Site is currently under construction. Stay tuned!</p>

    </div>

</body>

</html>