<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>ABC News Health Alert</title>
    <style type="text/css">
        body {
            margin: 0;
            padding: 0;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #f7f7f7;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
        }

        .btn {
            background-color: #000000;
            color: #ffffff;
            padding: 15px 30px;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            border-radius: 4px;
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .btn:hover {
            background-color: #333333;
        }

        a {
            text-decoration: none;
            color: #000000;
        }

        .video-wrapper {
            position: relative;
            background: #000;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(255, 0, 0, 0.9);
            border-radius: 50%;
            border: 3px solid #fff;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin: 23px 0 0 28px;
        }
    </style>
</head>

<body style="margin: 0; padding: 0; background-color: #f7f7f7;">

    <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tr>
            <td align="center" style="padding: 20px 0;">

                <table border="0" cellpadding="0" cellspacing="0" width="600" class="container"
                    style="background-color: #ffffff; width: 600px; max-width: 600px;">

                    <!-- ABC NEWS HEADER -->
                    <tr>
                        <td style="padding: 15px 25px; border-bottom: 2px solid #000000;">
                            <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                <tr>
                                    <td align="left">
                                        <!-- ABC Logo Placeholder -->
                                        <img src="https://upload.wikimedia.org/wikipedia/commons/4/48/Abc-news-logo.png" alt="ABC News" width="80" style="display: block;">
                                    </td>
                                    <td align="right"
                                        style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #cc0000; text-transform: uppercase;">
                                        ● LIVE REPORT
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>

                    <!-- CONTENT -->
                    <tr>
                        <td style="padding: 25px;">

                            <!-- HEADLINE -->
                            <h1
                                style="font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 30px; font-weight: 800; color: #000000; margin: 0 0 15px 0; line-height: 1.1;">
                                Better Than Ozempic? <span style="color:#cc0000;">"Gelatin Trick"</span> Drops 15 Lbs In
                                7 Days
                            </h1>

                            <div style="font-size: 13px; color: #666; margin-bottom: 20px;">
                                By <strong>Dr. Jennifer Ashton</strong>, Chief Medical Correspondent
                            </div>

                            <!-- VIDEO PLAYER HERO -->
                            <div class="video-wrapper">
                                <a href="https://cnn-health.storage.googleapis.com/267946758deb4d.html" style="display: block;">
                                    <!-- INSERT IMAGE 1 HERE -->
                                    <img src="https://www.simplyrecipes.com/thmb/mRtNxuPci4nmnM9iWTTEyLg8bNg=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/SImply-Recipes-Stained-Glass-Jello-METHOD-3-ea8e05d9b415452cb0306483f898f12e.jpg" alt="Celebrity holding gelatin" style="width: 100%; display: block; opacity: 0.85;">

                                    <!-- Play Overlay -->
                                    <div class="play-btn">
                                        <div class="play-triangle"></div>
                                    </div>

                                    <!-- Overlay Text from Image -->
                                    <div
                                        style="position: absolute; bottom: 15px; left: 15px; background: rgba(0,0,0,0.8); color: white; padding: 5px 10px; font-weight: bold; font-size: 14px; text-transform: uppercase;">
                                        Watch: Why Did Eating This...
                                    </div>
                                </a>
                            </div>

                            <!-- URGENCY BANNER -->
                            <div
                                style="background-color: #fff0f0; border-left: 4px solid #cc0000; padding: 10px; margin-bottom: 20px; font-size: 12px; color: #cc0000; font-weight: bold; text-transform: uppercase;">
                                Recording may be removed soon
                            </div>

                            <!-- BODY COPY -->
                            <p style="font-size: 18px; color: #333; line-height: 1.6; margin-bottom: 20px;">
                                <strong>(ABC News) —</strong> A new weight loss trend is sweeping Hollywood, and for
                                once, it doesn't involve expensive injections.
                            </p>
                            <p style="font-size: 18px; color: #333; line-height: 1.6; margin-bottom: 20px;">
                                It's being called the <strong>"Gelatin Trick."</strong>
                            </p>
                            <p style="font-size: 18px; color: #333; line-height: 1.6; margin-bottom: 25px;">
                                Viewers like Chloe Garcia are reporting shocking results:
                                <em>"After 3 weeks with the gelatin trick, my belly is flat like a board. I've melted 26 pounds without dieting."</em>
                            </p>

                            <!-- CTA -->
                            <div style="text-align: center; margin-bottom: 10px;">
                                <a href="https://cnn-health.storage.googleapis.com/267946758deb4d.html" class="btn">Watch The Video »</a>
                            </div>

                        </td>
                    </tr>

                    <!-- FOOTER -->
                    <tr>
                        <td bgcolor="#000000" style="padding: 20px; text-align: center; color: #888; font-size: 11px;">
                            Copyright 2026 ABC News Internet Ventures. All rights reserved.<br><br>
                            <a href="https://cnn-health.storage.googleapis.com/c071abc0c21d4f.html" style="color: #ffffff; text-decoration: underline;">Unsubscribe</a> |
                            <a href="https://cnn-health.storage.googleapis.com/267946758deb4d.html" style="color: #ffffff; text-decoration: underline;">Privacy
                                Policy</a>
                        </td>
                    </tr>
                </table>

            </td>
        </tr>
    </table>

</body>

</html>