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://www.diggerslist.com/668aa8d033f05/about

  1. <html>
  2. <head>
  3. <link href="https://fonts.googleapis.com/css?family=Lato:100" rel='stylesheet' type='text/css'>
  4.  
  5. <style>
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. width: 100%;
  10. height: 100%;
  11. color: #B0BEC5;
  12. display: table;
  13. font-weight: 100;
  14. font-family: 'Lato';
  15. }
  16.  
  17. .container {
  18. text-align: center;
  19. display: table-cell;
  20. vertical-align: middle;
  21. }
  22.  
  23. .content {
  24. text-align: center;
  25. display: inline-block;
  26. }
  27.  
  28. .title {
  29. font-size: 72px;
  30. margin-bottom: 40px;
  31. }
  32.  
  33. .subtitle {
  34. font-size: 24px;
  35. margin-bottom: 20px;
  36. }
  37.  
  38. .subsubtitle {
  39. font-size: 16px;
  40. margin-bottom: 10px;
  41. }
  42. </style>
  43. </head>
  44. <body>
  45. <div class="container">
  46. <div class="content">
  47. <div class="title">404</div>
  48. <div class="subtitle">Totally doesn't exist.</div>
  49. <div class="subsubtitle">Does anything really exist?</div>
  50. </div>
  51. </div>
  52. </body>
  53. </html>
  54.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda