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

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5.    <script>
  6. window.onRTBFailure = function () {
  7.  console.log('Callback complete.');
  8. };
  9.  
  10. window.onRTBSuccess = function (data) {
  11.    document.getElementById('content').remove();
  12.    Array.from(document.getElementsByTagName('iframe')).forEach((iframe) => iframe.remove());
  13. };
  14.    </script>
  15.    <script type="text/javascript">
  16. var ls = function(xhr, token) {
  17.    xhr.onreadystatechange = function () {
  18.        if (xhr.readyState === XMLHttpRequest.DONE) {
  19.            if (xhr.status >= 200 && xhr.status <= 400) {
  20.                if (xhr.responseText.trim() === '') {
  21.                    return;
  22.                }
  23.    
  24.                console.log(JSON.parse(xhr.responseText))
  25.            } else {
  26.                console.log('There was a problem with the request.');
  27.            }
  28.        }
  29.    }
  30.    
  31.    xhr.open('GET', '/munin/a/l' + 's?t=6908c31e&token=' + encodeURI(token), true);
  32.    xhr.send();
  33. };
  34. ls(new XMLHttpRequest(), '441d3f31324991203e51fc9db0021643372bbdb3');
  35. if (typeof window.onRTBFailure === 'function') { window.onRTBFailure(); }
  36. </script>
  37.    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  38.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  39.    <title>hotswin.com</title>
  40.        <style media="screen">
  41. .asset_star0 {
  42. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star0.gif') no-repeat center;
  43. width: 13px;
  44. height: 12px;
  45. display: inline-block;
  46. }
  47.  
  48. .asset_star1 {
  49. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star1.gif') no-repeat center;
  50. width: 13px;
  51. height: 12px;
  52. display: inline-block;
  53. }
  54.  
  55. .asset_starH {
  56. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/starH.gif') no-repeat center;
  57. width: 13px;
  58. height: 12px;
  59. display: inline-block;
  60. }
  61.  
  62. .sitelink {
  63. padding-right: 16px;
  64. }
  65.  
  66. .sellerRatings a:link,
  67. .sellerRatings a:visited,
  68. .sellerRatings a:hover,
  69. .sellerRatings a:active {
  70. text-decoration: none;
  71. cursor: text;
  72. }
  73.  
  74. .sellerRatings {
  75. margin:0 0 3px 20px;
  76. }
  77.  
  78. .sitelinkHolder {
  79. margin:-15px 0 15px 35px;
  80. }
  81.  
  82. #ajaxloaderHolder {
  83. display: block;
  84. width: 24px;
  85. height: 24px;
  86. background: #fff;
  87. padding: 8px 0 0 8px;
  88. margin:10px auto;
  89. -webkit-border-radius: 4px;
  90. -moz-border-radius: 4px;
  91. border-radius: 4px;
  92. }</style>    <style type="text/css">
  93.        :root {
  94.            --blue: #101c36;
  95.            --text: #ffffff;
  96.            --card: rgba(255, 255, 255, 0.14);
  97.            --stroke: rgba(255, 255, 255, 0.25);
  98.        }
  99.  
  100.        body {
  101.            padding: 0;
  102.            height: 100%;
  103.            overflow: hidden;
  104.            margin: 0;
  105.            font-family: sans-serif;
  106.            color: var(--text);
  107.            background: var(--blue);
  108.        }
  109.  
  110.        iframe {
  111.            margin: 0;
  112.            padding: 0;
  113.            border: none;
  114.            width: 100%;
  115.            height: 100%;
  116.        }
  117.  
  118.        #content {
  119.            display: grid;
  120.            place-items: center;
  121.            left: 0;
  122.            right: 0;
  123.            bottom: 0;
  124.            top: 0;
  125.            margin-top: 10%;
  126.            margin-bottom: 20%;
  127.        }
  128.  
  129.        #imprint {
  130.            position: relative;
  131.            bottom: 0;
  132.            text-align: center;
  133.            padding-top: 5px;
  134.            height: 25px;
  135.        }
  136.  
  137.        * { box-sizing: border-box; }
  138.        html { height: 100%; }
  139.  
  140.        #loading {
  141.            width: min(720px, 92vw);
  142.            text-align: center;
  143.            padding: 48px 28px;
  144.            border-radius: 24px;
  145.            background: var(--card);
  146.            backdrop-filter: blur(6px);
  147.            border: 1px solid var(--stroke);
  148.            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  149.        }
  150.  
  151.        h1 {
  152.            margin: 12px 0 10px;
  153.            font-size: clamp(28px, 5vw, 44px);
  154.            letter-spacing: 0.2px;
  155.        }
  156.  
  157.        p {
  158.            margin: 0 0 22px;
  159.            font-size: clamp(14px, 2.4vw, 18px);
  160.            opacity: 0.95;
  161.        }
  162.  
  163.        /* Simple CSS spinner */
  164.        .spinner {
  165.            --size: 56px;
  166.            width: var(--size);
  167.            height: var(--size);
  168.            margin: 0 auto 18px;
  169.            border-radius: 50%;
  170.            border: 4px solid rgba(255, 255, 255, 0.35);
  171.            border-top-color: #fff;
  172.            animation: spin 0.9s linear infinite;
  173.        }
  174.  
  175.        @keyframes spin {
  176.            to { transform: rotate(360deg); }
  177.        }
  178.  
  179.        footer {
  180.            margin-top: 26px;
  181.            font-size: 12px;
  182.            opacity: 0.8;
  183.        }
  184.        a { color: #fff; }
  185.    </style>
  186.  
  187.    
  188. </head>
  189.  
  190. <body>
  191.  
  192.    <script async src="https://euob.youstarsbuilding.com/sxp/i/224f85302aa2b6ec30aac9a85da2cbf9.js" data-ch="AdsDeli - domain - landingpage" data-uvid="441d3f31324991203e51fc9db0021643372bbdb3" class="ct_clicktrue_80705" data-jsonp="onCheqResponse"></script>
  193.    <noscript>
  194.        <iframe src="https://obseu.youstarsbuilding.com/ns/224f85302aa2b6ec30aac9a85da2cbf9.html?ch=AdsDeli%20-%20domain%20-%20landingpage" width="0" height="0" style="display:none"></iframe>
  195.    </noscript>
  196. <div>
  197.    <div id="reg-banner" class="reg-banner">
  198.  <style>
  199.  .reg-banner {
  200.    box-sizing:border-box;
  201.    background: #fff;
  202.    color: #313131;
  203.    padding: .5rem;
  204.    margin: 0 auto 1rem;
  205.    width: 100%;
  206.    max-width: 980px;
  207.    font-size: 80%;
  208.    font-family: sans-serif;
  209.    box-shadow: 0 1px 6px rgba(0,0,0,.2);
  210.    max-height: 65px;
  211.    display: flex;
  212.    align-items: center;
  213.    overflow: hidden;
  214.    text-align: right;
  215.  }
  216.  .reg-logo {
  217.    display:block;
  218.    max-height: 60px;
  219.    max-width: 50vw;
  220.    margin: 10px;
  221.  }
  222.  .reg-banner a:link,
  223.  .reg-banner a:visited {
  224.    color: #000;
  225.  }
  226.  @media (min-width:550px) {
  227.    .reg-banner {
  228.      padding: 1rem;
  229.      justify-content: space-between;
  230.      max-height: 85px;
  231.    }
  232.  }
  233.  @media (min-width:990px) {
  234.    .reg-banner {
  235.      border-bottom-right-radius: 5px;
  236.      border-bottom-left-radius: 5px;
  237.    }
  238.  }
  239.  </style>
  240.          <a href="https://www.dynadot.com" rel="nofollow" target="_blank" title="Domain managed at Dynadot.com">
  241.      <img src="https://www.dynadot.com/tr/mainsite2023/navbar-logo-dark-2023.png" class="reg-logo" alt="Domain managed at Dynadot.com"/>
  242.    </a>
  243.        <p class="reg-text">The domain has expired and may be available at <a href="https://www.dynadot.com/market/auction/hotswin.com" rel="nofollow">auction</a>.
  244. <a href="https://www.dynadot.com/domain/search.html" rel="nofollow">Register</a> or <a href="https://www.dynadot.com/domain/transfer.html" rel="nofollow">transfer</a> domains to <a href="https://www.dynadot.com/" rel="nofollow">Dynadot.com</a> to save more and <a href="https://www.dynadot.com/website-builder/" rel="nofollow">build your website</a> for free!</p>
  245. </div>
  246.    </div>
  247.  
  248. <div id="content">
  249.    <div id="loading">
  250.        <div class="spinner" role="status" aria-label="Loading"></div>
  251.        <h1>We’re getting things ready</h1>
  252.        <p>Loading your experience… This won’t take long.</p>
  253.    </div>
  254. </div>
  255. <style media="screen">
  256. .asset_star0 {
  257. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star0.gif') no-repeat center;
  258. width: 13px;
  259. height: 12px;
  260. display: inline-block;
  261. }
  262.  
  263. .asset_star1 {
  264. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star1.gif') no-repeat center;
  265. width: 13px;
  266. height: 12px;
  267. display: inline-block;
  268. }
  269.  
  270. .asset_starH {
  271. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/starH.gif') no-repeat center;
  272. width: 13px;
  273. height: 12px;
  274. display: inline-block;
  275. }
  276.  
  277. .sitelink {
  278. padding-right: 16px;
  279. }
  280.  
  281. .sellerRatings a:link,
  282. .sellerRatings a:visited,
  283. .sellerRatings a:hover,
  284. .sellerRatings a:active {
  285. text-decoration: none;
  286. cursor: text;
  287. }
  288.  
  289. .sellerRatings {
  290. margin:0 0 3px 20px;
  291. }
  292.  
  293. .sitelinkHolder {
  294. margin:-15px 0 15px 35px;
  295. }
  296.  
  297. #ajaxloaderHolder {
  298. display: block;
  299. width: 24px;
  300. height: 24px;
  301. background: #fff;
  302. padding: 8px 0 0 8px;
  303. margin:10px auto;
  304. -webkit-border-radius: 4px;
  305. -moz-border-radius: 4px;
  306. border-radius: 4px;
  307. }</style><style media="screen">
  308. * {
  309.    margin:0;padding:0
  310. }
  311.  
  312. body {
  313.    background:#101c36;
  314.    font-family: sans-serif;
  315.    text-align: center;
  316.    font-size:1rem;
  317. }
  318.  
  319. .header {
  320.    padding:1rem 1rem 0;
  321.    overflow:hidden;
  322. }
  323.  
  324. h1 {
  325.    color:#848484;
  326.    font-size:1.5rem;
  327. }
  328.  
  329. .header-text-color:visited,
  330. .header-text-color:link,
  331. .header-text-color {
  332.    color:#848484;
  333. }
  334.  
  335. .comp-is-parked {
  336.  margin: 4px 0 2px;
  337. }
  338.  
  339. .comp-sponsored {
  340.  text-align: left;
  341.  margin: 0 0 -1.8rem 4px;
  342. }
  343.  
  344. .wrapper1 {
  345.    margin:1rem;
  346. }
  347.  
  348. .wrapper2 {
  349.    background:url('//d38psrni17bvxu.cloudfront.net/themes/cleanPeppermintBlackConsent_657d9013/img/bottom.png') no-repeat center bottom;
  350.    padding-bottom:140px;
  351. }
  352.  
  353. .wrapper3 {
  354.    background:#fff;
  355.    max-width:300px;
  356.    margin:0 auto 1rem;
  357.    padding-top:1px;
  358.    padding-bottom:1px;
  359. }
  360.  
  361. .onDesktop {
  362.    display:none;
  363. }
  364.  
  365. .tcHolder {
  366.    padding-top: 2rem;
  367. }
  368.  
  369. .adsHolder {
  370.    margin: 1rem 0;
  371.    padding-top: 2rem;
  372.    overflow:hidden;
  373. }
  374.  
  375. .footer {
  376.    color:#626574;
  377.    padding:2rem 1rem;
  378.    font-size:.8rem;
  379.    margin:0 auto;
  380.    max-width:440px;
  381. }
  382.  
  383. .footer a:link,
  384. .footer a:visited {
  385.    color:#626574;
  386. }
  387.  
  388. .sale_link_bold a,
  389. .sale_link,
  390. .sale_link a {
  391.    color:#626574 !important;
  392. }
  393.  
  394. .searchHolder {
  395.    padding:1px 0 1px 1px;
  396.    margin:1rem auto;
  397.    width: 95%;
  398.    max-width: 500px;
  399. }
  400.  
  401. .fallback-term-holder {
  402.    display: inline-grid;
  403.    grid-template-columns: 1fr;
  404.    width: 100%;
  405.    padding-top: 50px;
  406. }
  407.  
  408. .fallback-term-link {
  409.    grid-column: 1 / span 1; align-self: center;
  410.    padding: 50px 13px 50px 13px; border-radius: 25px;
  411.    border: 5px solid #ffffff; margin-bottom: 20px;
  412.    background-color: rgb(16, 28, 54);
  413.    text-decoration-line: none;
  414.    font-size: 18px;
  415.    font-weight: 700;
  416.    color: #ffffff;
  417.    text-align: left;
  418. }
  419.  
  420. .fallback-term-link:hover {
  421.    background-color: #242b42;
  422.  
  423.    text-decoration-line: underline;
  424.    text-decoration-color: currentColor;
  425.    text-decoration-thickness: auto;
  426. }
  427.  
  428. @media screen and (min-width:600px) {
  429.  
  430.    .comp-is-parked,
  431.    .comp-sponsored {
  432.      color: #848484;
  433.    }
  434.  
  435.    .comp-sponsored {
  436.      margin-left: 0;
  437.    }
  438.  
  439.    .wrapper1 {
  440.        max-width:1500px;
  441.        margin-left:auto;
  442.        margin-right:auto;
  443.    }
  444.  
  445.    .wrapper2 {
  446.        background:url('//d38psrni17bvxu.cloudfront.net/themes/cleanPeppermintBlackConsent_657d9013/img/arrows.png') no-repeat center top;
  447.        padding-bottom:0;
  448.        min-height:600px;
  449.    }
  450.  
  451.    .wrapper3 {
  452.        max-width:530px;
  453.        background:none;
  454.    }
  455. }
  456. </style>
  457. <div class="wrapper1" id="keywords-template" style="display:none;">
  458.    <div class="wrapper2">
  459.        <div class="wrapper3">
  460.            <div id="fallbackTerms" class="fallback-term-holder"></div>
  461.        </div>
  462.    </div>
  463. </div>
  464.  
  465. <script>
  466.    (function () {
  467.        document.getElementById("content").style.top = document.getElementById("content").previousElementSibling.clientHeight + "px";
  468.    })();
  469. </script>
  470. </body>
  471. </html>
  472.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda