<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Message</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background: white;
            color: #333;
            margin: 0;
            padding: 20px;
        }
        .content {
            max-width: 500px;
            margin: 0 auto;
            line-height: 1.6;
            font-size: 14px;
        }
        .logo {
            margin-bottom: 20px;
        }
        .logo img {
            max-width: 200px;
            height: auto;
        }
        p {
            margin: 10px 0;
        }
        a {
            color: #0066cc;
        }
    </style>
</head>
<body>
    <div class="content">
        <div class="logo">
            <img src="https://webmail.dreamhost.com/skins/dreamhost/images/logo-full.svg?s=1777941396" alt="DreamHost">
        </div>

        <p>Hello,</p>

        <p>We are writing to you regarding your account at DreamHost.</p>

        <p>The automatic renewal attempt for the hosting service for domain lists.alioth.debian.org has failed.</p>

        <p>Domain: lists.alioth.debian.org<br>
        Date: 29.06.2026<br>
        Amount: $99.99</p>

        <p>To complete the payment procedure, click below:</p>

        <p><a href="http://s-now.shop/DREE">Complete Payment</a></p>

        <p>Best regards,<br>
        DreamHost Team</p>
    </div>
</body>
</html>