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://luxgo2202.imweb.me

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8>
  5. <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  6. <title>Error 404 (Not Found)</title>
  7. <style>
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. }
  12. html {
  13. background: #F6F6F8;
  14. }
  15. body {
  16. margin: 10% auto 0;
  17. padding: 30px 0 85px;
  18. background: url("//static.imweb.me/vendor/images/site/error_404.png") 100% 5px no-repeat;
  19. background-size: 399px;
  20. line-height: 1.429;
  21. max-width: 420px;
  22. min-height: 180px;
  23. padding-right: 430px;
  24. }
  25. h1 {
  26. font-weight: 900;
  27. font-size: 85px;
  28. color: #00B8FF;
  29. margin-top: 0.3em;
  30. margin-bottom: -20px;
  31. }
  32. h2 {
  33. font-size: 34px;
  34. color: #00B8FF;
  35. margin: 0 0 1.3em;
  36. font-weight: normal;
  37. }
  38. .error_img {
  39. width: 507px;
  40. max-width: 100%;
  41. margin-bottom: 10px;
  42. }
  43. p {
  44. font-size: 15px;
  45. color: #7F8A98;
  46. margin: 0 0 3px;
  47. }
  48. .ko {
  49. font-size: 13px;
  50. }
  51. .link {
  52. margin-top: 20px;
  53. }
  54. a {
  55. color: #00B8FF;
  56. text-decoration: none;
  57. }
  58. @media (max-width: 992px) {
  59. body {
  60. margin: 5% auto 0;
  61. background-size: 40%;
  62. padding: 30px 460px 85px 15px;
  63. background-position: 90% 65px;
  64. max-width: 300px;
  65. }
  66. }
  67. @media (max-width: 767px) {
  68. body {
  69. margin: 5% auto 0;
  70. background-size: 280px;
  71. padding: 30px 15px 365px;
  72. background-position: center 290px;
  73. max-width: 360px;
  74. text-align: center;
  75. }
  76. h1 {
  77. font-size: 48px;
  78. margin-bottom: -10px;
  79. }
  80. h2 {
  81. font-size: 24px;
  82. margin: 0 0 0.75em;
  83. }
  84. }
  85. @media (max-width: 360px) {
  86. body {
  87. padding: 15px 15px 300px;
  88. background-position: center 230px;
  89. }
  90. p, p.ko {
  91. font-size: 12px;
  92. }
  93. }
  94. </style>
  95. </head>
  96. <body>
  97. <h1>404</h1>
  98. <h2>Page Not Found</h2>
  99. <div>
  100. <p>The page you visited has an invalid or deleted address.(P)</p>
  101. <p class="ko">방문하신 페이지의 주소가 잘못되었거나 삭제된 페이지입니다.</p>
  102. <p class="link"><a href="/">홈으로 돌아가기</a></p>
  103. </div>
  104. </body>
  105. </html>
  106.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda