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.cosellout.com

  1. <!doctype html>
  2. <html>
  3.  
  4. <head >
  5. <meta charset="UTF-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="robots" content="nofollow" />
  8. <link rel="canonical" href="https://cosellout.com" />
  9. <title>เว็บไซต์ WordPress</title>
  10. <style>
  11. body {
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. justify-content: center;
  16. padding: 20px;
  17. margin: 0;
  18. height: calc( 100vh - 40px );
  19. background:
  20. linear-gradient(
  21. 101.44deg,
  22. rgba(252, 204, 203, 0.2) 16.81%,
  23. rgba(239, 230, 212, 0.2) 53.67%,
  24. rgba(211, 220, 243, 0.2) 67.17%,
  25. rgba(217, 245, 253, 0.2) 76.66%,
  26. rgba(255, 255, 255, 0.2) 86.88%
  27. ),
  28. linear-gradient(0deg, #FFFFFF, #FFFFFF);
  29. }
  30.  
  31. h1, p {
  32. max-width: 820px;
  33. margin: 0;
  34. }
  35.  
  36. h1 {
  37. font-family: Baskerville, Georgia, Cambria, "Times New Roman", Times, serif;
  38. font-weight: normal;
  39. font-size: clamp( 36px, 10.5vw, 96px );
  40. line-height: 1.15em;
  41. text-align: center;
  42. color: #000000;
  43. }
  44.  
  45. p {
  46. font-family: Avenir, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  47. font-weight: 500;
  48. font-size: clamp( 16px, 4.4vw, 36px );
  49. line-height: 1.5em;
  50. text-align: center;
  51. color: #2B2B2B;
  52. margin-top: 2em;
  53. }
  54.  
  55. span {
  56. display: flex;
  57. flex-direction: row;
  58. justify-content: center;
  59. align-items: center;
  60. position: absolute;
  61. bottom: 1rem;
  62. }
  63.  
  64. span > p {
  65. margin-right: 0.5rem;
  66. margin-top: 0;
  67. font-size: 1rem;
  68. color: #2B2B2B;
  69. }
  70.  
  71. span > a {
  72. font-size: 1rem;
  73. text-decoration: none;
  74. color: #444444;
  75. font-family: Avenir, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  76. }
  77. </style>
  78. </head>
  79.  
  80. <body>
  81. <h1>Great things are coming soon</h1>
  82. <p>Stay tuned</p>
  83. <span>
  84. <p>Powered by</p>
  85. <a data-eid="wp.fos.coming-soon/template.powered_by.click" href='https://www.godaddy.com/hosting/wordpress-hosting?utm_source=wp_coming_soon_page&utm_medium=link&utm_campaign=wp_coming_soon_page'>GoDaddy</a>
  86. </span>
  87. <script>
  88. if ( window._expDataLayer ) {
  89. document.addEventListener('DOMContentLoaded', () => {
  90. window._expDataLayer.push( {
  91. data: {
  92. eid: 'wp.fos.coming-soon.template.impression',
  93. type: 'impression'
  94. },
  95. schema: 'add_event',
  96. version: 'v1'
  97. } );
  98. });
  99. }
  100. </script>
  101. <div id="ast-scroll-top" tabindex="0" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="both">
  102. <span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
  103.                <path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z" />
  104.                </svg></span> <span class="screen-reader-text">Scroll to Top</span>
  105. </div>
  106. <script>
  107. const lazyloadRunObserver = () => {
  108. const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
  109. const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
  110. entries.forEach( ( entry ) => {
  111. if ( entry.isIntersecting ) {
  112. let lazyloadBackground = entry.target;
  113. if( lazyloadBackground ) {
  114. lazyloadBackground.classList.add( 'e-lazyloaded' );
  115. }
  116. lazyloadBackgroundObserver.unobserve( entry.target );
  117. }
  118. });
  119. }, { rootMargin: '200px 0px 200px 0px' } );
  120. lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
  121. lazyloadBackgroundObserver.observe( lazyloadBackground );
  122. } );
  123. };
  124. const events = [
  125. 'DOMContentLoaded',
  126. 'elementor/lazyload/observe',
  127. ];
  128. events.forEach( ( event ) => {
  129. document.addEventListener( event, lazyloadRunObserver );
  130. } );
  131. </script>
  132. <script>
  133. /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
  134. </script>
  135. <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),
  136.                _trfd.push({'tccl.baseHost':'secureserver.net'}),
  137.                _trfd.push({'ap':'wpaas'},
  138.                    {'server':'e465c9e1-73eb-bb4a-1248-b8bd0707a21d.secureserver.net'},
  139.                    {'pod':'P3NLWPPOD09'},
  140.                    {'storage':'p3cephmah003pod09_data11'},                     {'xid':'45690996'},
  141.                    {'wp':'6.7.2'},
  142.                    {'php':'8.0.30.5'},
  143.                    {'loggedin':'0'},
  144.                    {'cdn':'1'},
  145.                    {'builder':''},
  146.                    {'theme':'astra'},
  147.                    {'wds':'0'},
  148.                    {'wp_alloptions_count':'222'},
  149.                    {'wp_alloptions_bytes':'42097'},
  150.                    {'gdl_coming_soon_page':'1'}
  151.                                    );
  152.            var trafficScript = document.createElement('script'); trafficScript.src = 'https://img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'; window.document.head.appendChild(trafficScript);</script>
  153. <script>window.addEventListener('click', function (elem) { var _elem$target, _elem$target$dataset, _window, _window$_trfq; return (elem === null || elem === void 0 ? void 0 : (_elem$target = elem.target) === null || _elem$target === void 0 ? void 0 : (_elem$target$dataset = _elem$target.dataset) === null || _elem$target$dataset === void 0 ? void 0 : _elem$target$dataset.eid) && ((_window = window) === null || _window === void 0 ? void 0 : (_window$_trfq = _window._trfq) === null || _window$_trfq === void 0 ? void 0 : _window$_trfq.push(["cmdLogEvent", "click", elem.target.dataset.eid]));});</script>
  154. <script src='https://img1.wsimg.com/traffic-assets/js/tccl-tti.min.js' onload="window.tti.calculateTTI()"></script>
  155. <script>
  156. if ( window._expDataLayer ) { // Send RUM impression event.
  157. let eid = 'wp.fos.coming-soon.template.rum-';
  158. document.addEventListener('DOMContentLoaded', () => {
  159. window._expDataLayer.push( {
  160. data: {
  161. eid,
  162. type: 'impression'
  163. },
  164. schema: 'add_event',
  165. version: 'v1'
  166. } );
  167. });
  168. }
  169. </script>
  170. </body>
  171.  
  172. </html>
  173.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda