
            <!DOCTYPE html>
            <html>
            <head>
                <meta charset="UTF-8">
                <title>Access Denied</title>
                <style>
                    body { background-color: black; color: white; text-align: center; font-size: 24px; padding: 50px; }
                    h1 { font-size: 48px; }
                </style>
            </head>
            <body>
                <h1>Welcome To the Bizzlead</h1>
            </body>
            </html>