<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <title>Thank You - MBloq Team</title>

    <style>

        body { text-align: center; padding: 150px; font-family: Arial, sans-serif; }

        h1 { font-size: 40px; color: #333; line-height: 1.4; }

        p { font-size: 20px; color: #666; }

    </style>

</head>

<body>

    <h1>It was time to move on. Thank you for visiting our company’s website and good luck with your future projects.</h1>

    <p>~MBloq Team</p>

</body>

</html>