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.shannonwarren.com/wp-content/uploads/2019/03/gambling/fr/slots/sweet-alchemy.html

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>404 error</title>
  5.    <style>
  6.        body {
  7.            padding: 0;
  8.            margin: 0;
  9.            background: #FFF;
  10.            font: 13px normal Arial, Helvetica, sans-serif;
  11.            color: #666;
  12.        }
  13.        .topBGColor {
  14.            background: #575757;
  15.            height: 40px;
  16.            width: 100%;
  17.            border-bottom: 3px solid #a7a7a7;
  18.        }
  19.        .outerContainer {
  20.            width: 760px;
  21.            height: 250px;
  22.            background: #fff;
  23.            border: 1px solid #cbcbcb;
  24.            border-width: 1px 2px 2px 1px;
  25.            border-radius: 7px;
  26.            -moz-border-radius: 7px;
  27.            -webkit-border-radius: 7px;
  28.            -o-border-radius: 7px;
  29.            margin: 0 auto;
  30.            margin-top: 50px;
  31.            border-color: #eaeaea #cbcbcb #cbcbcb #eaeaea
  32.        }
  33.        .innerContainer {
  34.            background: #f1f1f1;
  35.            margin: 4px;
  36.            border-width: 1px 2px 2px 1px;
  37.            border-radius: 7px;
  38.            -moz-border-radius: 7px;
  39.            -webkit-border-radius: 7px;
  40.            -o-border-radius: 7px;
  41.            width: 752px;
  42.            height: 242px
  43.        }
  44.        .titleCont {
  45.            width: 100%;
  46.            height: 40px;
  47.            text-align: center;
  48.            margin-bottom: 80px;
  49.            padding-top: 20px;
  50.        }
  51.        .titleCont h1 {
  52.            margin: 0;
  53.            padding: 0;
  54.            font-size: 62px;
  55.            color: #0e9ae2;
  56.            text-shadow: 1px 1px 1px #FFF;
  57.        }
  58.        .titleCont h1 span {
  59.            font-size: 32px;
  60.        }
  61.        p {
  62.            font-size: 15px;
  63.            font-weight: 700;
  64.            margin-left: 10px;
  65.        }
  66.        ul.notfoundpoints li {
  67.            line-height: 2;
  68.        }
  69.    </style>
  70. </head>
  71. <body>
  72.    <div class="topBGColor"></div>
  73.    <div class="outerContainer">
  74.        <div class="innerContainer">
  75.            <div class="titleCont">
  76.                <h1>'404'<span>- File Not Found</span></h1>
  77.            </div>
  78.            <p>Sorry, there is no web page matching your request.</p>
  79.            <ul class="notfoundpoints">
  80.                <li>You would have typed the wrong address.
  81.                </li>
  82.                <li>Web page you are looking for has been moved or does not exist.</li>
  83.            </ul>
  84.        </div>
  85.    </div>
  86. </body>
  87. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda