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.reids4fun.com/blog.cgi?style=xml

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <title>Page Not Found &#8211; Reid’s For Fun</title>
  6.    <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <style>
  8.        * {
  9.            line-height: 1.2;
  10.            margin: 0;
  11.        }
  12.        html {
  13.            color: #888;
  14.            display: table;
  15.            font-family: sans-serif;
  16.            height: 100%;
  17.            text-align: center;
  18.            width: 100%;
  19.        }
  20.        body {
  21.            display: table-cell;
  22.            vertical-align: middle;
  23.            margin: 2em auto;
  24.        }
  25.        h1 {
  26.            color: #555;
  27.            font-size: 2em;
  28.            font-weight: 400;
  29.        }
  30.        p {
  31.            margin: 0 auto;
  32.            width: 280px;
  33.        }
  34.        @media only screen and (max-width: 280px) {
  35.            body, p {
  36.                width: 95%;
  37.            }
  38.            h1 {
  39.                font-size: 1.5em;
  40.                margin: 0 0 0.3em;
  41.            }
  42.        }
  43.    </style>
  44. </head>
  45. <body>
  46.  <h1>Oops, something went wrong!</h1>
  47.  <p>Something went horribly wrong. Perhaps you should try that again!</p>
  48.  <p>You could also try <a href="https://www.reids4fun.com">heading home</a>.</p>
  49. </body>
  50. </html>
  51. <!-- IE needs 512+ bytes: http://blogs.msdn.com/b/ieinternals/archive/2010/08/19/http-error-pages-in-internet-explorer.aspx -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda