Order Confirmation

Preview
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
    <meta name="x-apple-disable-message-reformatting" />
  </head>
  <body style="background-color:rgb(255,255,255);margin-top:auto;margin-bottom:auto;margin-left:auto;margin-right:auto;font-family:ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'">
    <table align="center" width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="max-width:550px;margin:40px auto;background-color:#f8f9fa;border-radius:8px;overflow:hidden">
        <tr>
            <td style="padding:0">
                <img src="https://images.unsplash.com/photo-1472851294608-062f824d29cc" alt="Order Confirmed Banner" style="width:100%;height:150px;object-fit:cover" />
            </td>
        </tr>
        <tr>
            <td style="padding:32px">
                <h2 style="font-size:24px;margin-bottom:16px;color:#28a745">Order Confirmed!</h2>
                <p style="font-size:16px;color:#666;margin-bottom:24px">Order #1234567</p>
                <p style="font-size:16px;line-height:1.5;margin-bottom:24px">Thank you for your order. We'll send you another email when your items ship.</p>
                <a href="#" style="background-color:#28a745;color:white;padding:12px 24px;text-decoration:none;border-radius:4px;display:inline-block">Track Order</a>
            </td>
        </tr>
    </table>
  </body>
</html>