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://westhamptoncourt.com

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title></title>
  7. <style>
  8. html { width: 100%; height: 100%; }
  9. body {
  10.    text-align: center; margin: 0px; padding: 0px; height: 100%; color: #fff; font-family: sans-serif;
  11. background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  12. background-size: 400% 400%;
  13. -webkit-animation: Gradient 15s ease infinite;
  14. -moz-animation: Gradient 15s ease infinite;
  15. animation: Gradient 15s ease infinite;
  16.    
  17. }
  18. .vh { height: 100%; align-items: center; display: flex; }
  19. .vh > div { width: 100%; text-align: center; vertical-align: middle; }
  20. img { max-width: 100%; }
  21. .wrap {text-align: center;}
  22. .wrap h1 {font-size: 30px;font-weight: 700;margin: 0 0 90px;}
  23. .wrap h2 {font-size: 24px;font-weight: 400;line-height: 1.6;margin: 0 0 80px;}
  24. @-webkit-keyframes Gradient {
  25. 0% {background-position: 0% 50%}
  26. 50% {background-position: 100% 50%}
  27. 100% {background-position: 0% 50%}
  28. }
  29. @-moz-keyframes Gradient {
  30. 0% {background-position: 0% 50%}
  31. 50% {background-position: 100% 50%}
  32. 100% {background-position: 0% 50%}
  33. }
  34. @keyframes Gradient {
  35. 0% {background-position: 0% 50%}
  36. 50% {background-position: 100% 50%}
  37. 100% {background-position: 0% 50%}
  38. }
  39. </style>
  40. </head>
  41. <body>
  42. <div class="vh">
  43. <div>
  44. <div class="wrap">
  45. <h1>Maintenance mode</h1>
  46. <h2><p>Sorry for the inconvenience.<br>Our website is currently undergoing scheduled maintenance.<br><br></p></h2>
  47. <p>Thank you for your understanding.</p>
  48. </div>
  49. </div>
  50. </div>
  51. </body>
  52. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda