<!DOCTYPE html>
<html lang="en">
<head>
        <title>Service Discontinued</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta charset="UTF-8">
        <style>
                @-ms-viewport{
                        width: device-width;
                }
                body {
                        margin: 8% auto;
                        width: 80%;
                        font: 15px helvetica, arial, sans-serif;
                }
                header {
                        padding: 2% 0;
                }
                footer p{
                        border-top: 1px solid #ccc;
                        margin-top: 5%;
                        padding: 2%;
                        text-align: center;
                        font-size: 0.8em;
                }
        </style>
</head>
<body>
        <header>
       	    <img src="https://s3.amazonaws.com/prod-tst-static/error/TST_logo195x66.png" alt="TheStreet logo" height="65">
        </header>
        <h2>We have replaced this feed platform with a new one.</h2>
        <p>If you would like to follow our feeds on the new service,</p>
        <p>please contact us at syndication@thearenagroup.net</p>
        <footer>
                <p>&copy;  2024 The Arena Media Brands, LLC. THESTREET is a registered trademark of TheStreet, Inc.</p>
        </footer>
</body>
</html>
