It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://visionlogistic.co.za

  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  <head>
  4.    <meta charset="UTF-8" />
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.    <meta
  7.      name="description"
  8.      content="Your account has been suspended. Contact Saglohost to resolve billing issues and restore your services."
  9.    />
  10.    <title>Account Suspended - Saglohost</title>
  11.    <style>
  12.      body {
  13.        font-family: Arial, sans-serif;
  14.        background-color: #f4f4f4;
  15.        margin: 0;
  16.        padding: 0;
  17.        color: #333;
  18.      }
  19.  
  20.      .container {
  21.        width: 100%;
  22.        max-width: 1200px;
  23.        margin: 0 auto;
  24.        padding: 40px;
  25.        background-color: white;
  26.        border-radius: 10px;
  27.        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  28.      }
  29.  
  30.      .header {
  31.        text-align: center;
  32.        margin-bottom: 20px;
  33.        width: 100%;
  34.        display: flex;
  35.        justify-content: center;
  36.        align-items: center;
  37.        flex-direction: column;
  38.      }
  39.  
  40.      .header img {
  41.        max-width: 250px;
  42.        height: auto;
  43.        margin-bottom: 20px;
  44.      }
  45.  
  46.      .header a {
  47.        text-decoration: none;
  48.      }
  49.  
  50.      .header h2 {
  51.        font-size: 36px;
  52.        color: #2494c5;
  53.        margin: 0;
  54.        padding: 10px 20px;
  55.        background-color: #fff;
  56.        border: 3px solid #2494c5;
  57.        border-radius: 8px;
  58.        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  59.      }
  60.  
  61.      .content-wrapper {
  62.        display: flex;
  63.        flex-direction: row;
  64.        justify-content: space-between;
  65.        align-items: center;
  66.        gap: 30px;
  67.        margin-top: 30px;
  68.        border: 1px solid #d3d3d3;
  69.        padding: 20px;
  70.        border-radius: 8px;
  71.      }
  72.  
  73.      .content {
  74.        flex: 1;
  75.        font-size: 18px;
  76.        line-height: 1.6;
  77.        color: #333;
  78.      }
  79.  
  80.      .content a {
  81.        color: #2494c5;
  82.        text-decoration: none;
  83.        font-weight: bold;
  84.      }
  85.  
  86.      .image-container {
  87.        flex: 1;
  88.        text-align: center;
  89.      }
  90.  
  91.      .image-container img {
  92.        width: 100%;
  93.        max-width: 500px;
  94.        height: auto;
  95.      }
  96.  
  97.      .footer {
  98.        text-align: center;
  99.        font-size: 14px;
  100.        color: #777;
  101.        margin-top: 40px;
  102.      }
  103.  
  104.      .footer-divider {
  105.        height: 2px;
  106.        background-color: #2494c5;
  107.        margin: 20px 0;
  108.      }
  109.  
  110.      .button {
  111.        background-color: #fff;
  112.        padding: 15px 30px;
  113.        border: 3px solid #2494c5;
  114.        border-radius: 8px;
  115.        text-decoration: none;
  116.        font-size: 16px;
  117.        color: #2494c5;
  118.        display: inline-block;
  119.        text-align: center;
  120.        margin: 20px 0;
  121.      }
  122.  
  123.      .button:hover {
  124.        background-color: #f0f0f0;
  125.      }
  126.  
  127.      .promotions {
  128.        font-size: 16px;
  129.        line-height: 1.8;
  130.        margin-top: 30px;
  131.        color: #777;
  132.        text-align: center;
  133.      }
  134.  
  135.      .promotions a {
  136.        color: #2494c5;
  137.        text-decoration: none;
  138.        font-weight: bold;
  139.        margin: 0 15px;
  140.      }
  141.  
  142.      .button-container {
  143.        text-align: center;
  144.        margin-top: 40px;
  145.      }
  146.  
  147.      @media (max-width: 768px) {
  148.        .container {
  149.          padding: 20px;
  150.        }
  151.  
  152.        .header img {
  153.          max-width: 200px;
  154.        }
  155.  
  156.        .header h2 {
  157.          font-size: 28px;
  158.          padding: 8px 16px;
  159.        }
  160.  
  161.        .content-wrapper {
  162.          flex-direction: column;
  163.          gap: 20px;
  164.          margin-top: 20px;
  165.          border: none;
  166.        }
  167.  
  168.        .content {
  169.          font-size: 16px;
  170.        }
  171.  
  172.        .button {
  173.          padding: 12px 25px;
  174.          font-size: 14px;
  175.        }
  176.  
  177.        .promotions {
  178.          font-size: 14px;
  179.        }
  180.  
  181.        .image-container img {
  182.          max-width: 100%;
  183.        }
  184.  
  185.        .footer {
  186.          font-size: 12px;
  187.        }
  188.      }
  189.    </style>
  190.  </head>
  191.  
  192.  <body>
  193.    <div class="container">
  194.      <div class="header">
  195.        <a href="https://www.saglohost.co.za/">
  196.          <img
  197.            src="https://www.saglohost.co.za/wp-content/uploads/2024/05/cropped-Saglohost-1-1-768x182.png"
  198.            alt="SAGLOHOST Logo"
  199.          />
  200.        </a>
  201.        <h2>Account Suspended!</h2>
  202.      </div>
  203.  
  204.      <div class="content-wrapper">
  205.        <div class="content">
  206.          <p>
  207.            This account has been temporarily suspended due to a billing issue.
  208.          </p>
  209.  
  210.          <p>
  211.            If you own this account please log into your
  212.            <a href="https://my.saglohost.co.za/">client area</a>
  213.            where you can review your account details and resolve this.
  214.          </p>
  215.  
  216.          <p>
  217.            If you need assistance or have any questions, our support team is
  218.            here to help:
  219.          </p>
  220.  
  221.          <p>
  222.            Email:
  223.            <a href="mailto:support@saglohost.co.za">support@saglohost.co.za</a
  224.            ><br />
  225.            Tel: <a href="tel:+27108803950">+27 10 880 3950</a> <br />
  226.            WhatsApp: <a href="tel:+27786327320">+27 78 632 7320</a>
  227.          </p>
  228.        </div>
  229.  
  230.        <div class="image-container">
  231.          <img
  232.            src="https://www.saglohost.co.za/wp-content/uploads/2024/11/website-1.png"
  233.            alt="Suspended Account Image"
  234.          />
  235.        </div>
  236.      </div>
  237.  
  238.      <div class="button-container">
  239.        <a href="https://my.saglohost.co.za/" class="button"
  240.          >Go to Client Area</a
  241.        >
  242.      </div>
  243.  
  244.      <div class="promotions">
  245.        <p>
  246.          Thank you for choosing Saglohost! We look forward to assisting you in
  247.          resolving the matter quickly.
  248.        </p>
  249.  
  250.        <p>Explore more of our services:</p>
  251.        <a href="https://www.saglohost.co.za/domains/">Domain Names</a> |
  252.        <a href="https://www.saglohost.co.za/hosting/">Web Hosting</a> |
  253.        <a
  254.          href="https://www.saglohost.co.za/hosting/business-emails-only-hosting/"
  255.        >
  256.          Business Emails</a
  257.        >
  258.      </div>
  259.  
  260.      <div class="footer-divider"></div>
  261.      <div class="footer">
  262.        <p>&copy; 2024 Saglohost | All Rights Reserved</p>
  263.      </div>
  264.    </div>
  265.  </body>
  266. </html>
  267.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda