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: http://www.aboutcoutesypay.net/__media__/js/netsoltrademark.php?d=unotrack.xyz

  1. <!doctype html>
  2. <html>
  3. <head>
  4.    <title>404 - Page Not Found</title>
  5.    <style type="text/css">
  6.        html, body {
  7.            height: 100%;
  8.            margin: 0;
  9.            padding: 0;
  10.            font-family: Roboto, Helvetica Neue, Arial, sans-serif;
  11.        }
  12.  
  13.        .container {
  14.            display: flex;
  15.            justify-content: center;
  16.            align-items: center;
  17.            height: 100vh;
  18.            margin: 0 auto;
  19.        }
  20.  
  21.        .card {
  22.            width: 375px;
  23.            text-align: center;
  24.            display: flex;
  25.            flex-direction: column;
  26.            align-items: center;
  27.        }
  28.  
  29.        .header {
  30.            margin: 0;
  31.            font-size: 120px;
  32.            font-weight: 600;
  33.            letter-spacing: -1.71px;
  34.            line-height: .75;
  35.        }
  36.  
  37.        .subheader {
  38.            font-size: 1.375rem;
  39.            margin: 36px 0;
  40.            font-weight: 400;
  41.        }
  42.  
  43.        .button {
  44.            background-color: #313133;
  45.            width: auto;
  46.            height: 40px;
  47.            border-radius: 4px;
  48.            font-size: 16px;
  49.            color: #eee;
  50.            padding: 1px 30px;
  51.            display: flex;
  52.            text-decoration: none;
  53.            align-items: center;
  54.        }
  55.    </style>
  56. </head>
  57. <body>
  58.    <div class="container">
  59.        <div class="card">
  60.            <h1 class="header">404</h1>
  61.            <h3 class="subheader">Page not found</h3>
  62.            <a href="https://www.weebly.com" class="button">Back to homepage</a>
  63.        </div>
  64.    </div>
  65. </body>
  66. </html>
  67.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda