
            <!DOCTYPE html>
            <html>
            <head>
                <title>Service Decommissioned</title>
                <style>
                    body { font-family: sans-serif; text-align: center; padding: 50px; background: #f4f4f9; }
                    .card { background: white; padding: 40px; border-radius: 8px; display: inline-block; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
                a { color: #0066cc; text-decoration: none; font-weight: bold; }
                </style>
            </head>
            <body>
                <div class="card">
                    <h1>This Service Has Been Decommissioned</h1>
                    <p>Hashi-UI is no longer active.</p>
                    <p>Please use the new portal for nomad at: <a href="https://nomad.sc-cockpit.com">https://nomad.sc-cockpit.com</a></p>
                    <p>Please use the new portal for consul at: <a href="https://consul.sc-cockpit.com">https://consul.sc-cockpit.com</a></p>
                </div>
            </body>
            </html>