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.geek.com/feed/

  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">
  6. <title>Not Found</title>
  7.  
  8. <link rel="dns-prefetch" href="//fonts.gstatic.com">
  9. <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
  10.  
  11. <style>
  12.            html, body {
  13.                background-color: #fff;
  14.                color: #636b6f;
  15.                font-family: 'Nunito', sans-serif;
  16.                font-weight: 100;
  17.                height: 100vh;
  18.                margin: 0;
  19.            }
  20.  
  21.            .full-height {
  22.                height: 100vh;
  23.            }
  24.  
  25.            .flex-center {
  26.                align-items: center;
  27.                display: flex;
  28.                justify-content: center;
  29.            }
  30.  
  31.            .position-ref {
  32.                position: relative;
  33.            }
  34.  
  35.            .code {
  36.                border-right: 2px solid;
  37.                font-size: 26px;
  38.                padding: 0 15px 0 15px;
  39.                text-align: center;
  40.            }
  41.  
  42.            .message {
  43.                font-size: 18px;
  44.                text-align: center;
  45.            }
  46.        </style>
  47. </head>
  48. <body>
  49. <div class="flex-center position-ref full-height">
  50. <div class="code">
  51. 404 </div>
  52. <div class="message" style="padding: 10px;">
  53. Not Found </div>
  54. </div>
  55. </body>
  56. </html>
  57.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda