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://burboniborovnice.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. fetch('/rhea?dune=eyJhbGciOiJBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0.MI0y7OGTvglpTEZuCRwo3dCmqvlOzW5XUXSedL127-NOJaWjdEEPZw.iRK4CAqtA8Jswv_t_hSMGw.fN60qolDM3J_cldZO32HiZfV0b5WM09ke2AeV6e2OgmZNxAYWpoDxOt0_nQFFUl2kLJxeiJwiohzu2qE_adgNfnjgVNLpC0aWmqH7nRjfH4lOm37fAXFHiBDyBcq9_FxhjRTEKn-55UQ4x1k3VtxGLL6_psFJy1fGZgG0-MjO-lZS3RJbW8flTpBnNuNxaGFy3gDKZj5BVs0EYTYJDzsLvVcN5iUjQ6RLZkSBZok0ShJ7nzlrMHnK4JmBn2z_U7LMURvNsi6I43TIRv6nWtX3YHT8rTjefmsn4zaXpmToEbpdQukYwYNGH4ScJZSe6lrLZbiOb-0S-dyCly50JvoVQpJkzxGcOYCqk0QnavuF-7a4bxDHS1P9WHB_VVT8g1mnlhzfj69qzNYPpWGHd30EPU4uuiHJ50iW6t3uAzfIXo.4Mgq4wEt0ec0uiu3pLwjJw&t=690ebb18&token=0d6e803698165bde64d529375889aef2168b5379')
  17.    .then(async response => {
  18.        if (!response.ok && response.status >= 400) {
  19.            throw new Error('Network response was not ok: ' + response.statusText);
  20.        }
  21.        if (response.status === 204) {
  22.            window.onRTBFailure();
  23.            return null;
  24.        }
  25.        return JSON.parse(await response.text());
  26.    })
  27.    .then(data => {
  28.        if (data && data.length > 0) {
  29.            var html = '';
  30.            data.forEach(function (item) {
  31.                var link = document.createElement('a');
  32.                link.href = item.location;
  33.                link.className = 'fallback-term-link';
  34.            
  35.                var span = document.createElement('span');
  36.                span.textContent = item.keyword;  // textContent prevents XSS
  37.                link.appendChild(span);
  38.                
  39.                html += link.outerHTML;
  40.            });
  41.            
  42.            document.getElementById('fallbackTerms').innerHTML = html;
  43.            document.getElementById('keywords-template').style.display = 'block';
  44.            
  45.            if (typeof window.onRTBSuccess === 'function') {
  46.                window.onRTBSuccess(data);
  47.            }
  48.        } else {
  49.            window.onRTBFailure();
  50.            console.log(data);
  51.        }
  52.    })
  53.    .catch(error => {
  54.        console.error(error);
  55.        window.onRTBFailure();
  56.    });
  57. </script>
  58.    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  59.    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  60.    <title>burboniborovnice.com</title>
  61.            <style media="screen">
  62. #sale_link,
  63. #sale_link_bold,
  64. #sale_link_below {
  65.    color: rgb(0,0,0);
  66.    text-align: right;
  67.    font: 14px arial, sans-serif;
  68.    height: 20px;
  69.    padding: 10px 0 5px 0;
  70.    width: 900px;
  71.    margin: 0 auto;
  72.    z-index: 20;
  73. }
  74. #sale_link a,
  75. #sale_link_below a {
  76.    text-decoration: underline;
  77.    color: rgb(0,0,0);
  78.    font-size: 14px;
  79. }
  80. #sale_link_bold a {
  81. font-weight: bold;
  82.    text-decoration: underline;
  83.    color: rgb(0,0,0);
  84.    font-size: 14px;
  85. }
  86. #sale_link a:hover,
  87. #sale_link_bold a:hover,
  88. #sale_link_below a:hover {
  89.    color: rgb(100,100,100);
  90. }
  91.  
  92. #sale_link_below {
  93.    text-align: center;
  94. }
  95.  
  96.  
  97.  
  98. #sale_banner_gray {
  99.    background: url('//d38psrni17bvxu.cloudfront.net/themes/sale/sale_simple.png') repeat-x;
  100. }
  101. #sale_banner_orange {
  102.    background: url('//d38psrni17bvxu.cloudfront.net/themes/sale/orange.png') repeat-x;
  103. }
  104. #sale_banner_gray,
  105. #sale_banner_orange {
  106.    border-bottom: 1px solid rgb(200,200,200);
  107.    color: rgb(200,200,200);
  108.    text-align: center;
  109.    font: 16px arial, sans-serif;
  110.    font-weight: bold;
  111.  
  112.    padding: 8px 0 0 0;
  113.    height: 28px;
  114. }
  115. #sale_banner_gray a.firstlink,
  116. #sale_banner_orange a.firstlink {
  117.    text-decoration: none;
  118.    display: block;
  119. }
  120. #sale_banner_gray a,
  121. #sale_banner_orange a {
  122.    color: rgb(255,255,255);
  123. }
  124.  
  125. #sale_banner_orange_wide {
  126. background-position: bottom;
  127. background-color: #E57921;
  128. padding: 18px 0;
  129. text-align: center;
  130. font-family: sans-serif;
  131. font-size: 14px;
  132. }
  133. #sale_banner_orange_wide a {
  134. color: #fff;
  135. text-decoration: none;
  136. font-weight: bold;
  137. }
  138.  
  139. #sale_discreet {
  140.    background: url('//d38psrni17bvxu.cloudfront.net/themes/sale/sale_simple.png') repeat-x;
  141.    border-bottom: 1px solid rgb(200,200,200);
  142.    color: rgb(200,200,200);
  143.    text-align: right;
  144.    font: 14px arial, sans-serif;
  145.    height: 28px;
  146.    padding: 10px 20px 0 0;
  147. }
  148. #sale_discreet a {
  149.    text-decoration: none;
  150.    color: rgb(240,240,240);
  151.    font-size: 14px;
  152. }
  153.  
  154. #sale_prominent {
  155.    height: 68px;
  156. }
  157. #sale_prominent #grey {
  158.    background: rgb(145,140,137);
  159.    color: rgb(255,255,255);
  160.    text-align: right;
  161.    font: 14px arial, sans-serif;
  162.    height: 62px;
  163.    padding: 7px 15px 0 50px;
  164.    border-bottom: 1px solid rgb(90,90,90);
  165.    float: right;
  166. }
  167. #sale_prominent #grey img {
  168.    float: left;
  169.    margin: -7px 0 0 -100px;
  170. }
  171. #sale_prominent #sale_top {
  172.    font-size: 20px;
  173. }
  174. #sale_prominent #sale_bottom a {
  175.    text-decoration: none;
  176.    color: blue;
  177.    font-size: 14px;
  178. }
  179.  
  180. #sale_diagonal_orange {
  181. height:50px;
  182. line-height:25px;
  183. text-transform:uppercase;
  184. font-family:'Port Lligat Slab',sans-serif;
  185. font-weight:lighter; text-align:center;
  186.    z-index: 20;
  187. }
  188.  
  189. #sale_diagonal_orange a {
  190. display:block;
  191. height:100%;
  192. color:#000;
  193. text-decoration:none;
  194. background: #f25b00;
  195. background: -moz-linear-gradient(left,  #f25b00 0%, #f49300 47%, #f25b00 100%);
  196. background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f25b00), color-stop(47%,#f49300), color-stop(100%,#f25b00));
  197. background: -webkit-linear-gradient(left,  #f25b00 0%,#f49300 47%,#f25b00 100%);
  198. background: -o-linear-gradient(left,  #f25b00 0%,#f49300 47%,#f25b00 100%);
  199. background: -ms-linear-gradient(left,  #f25b00 0%,#f49300 47%,#f25b00 100%);
  200. background: linear-gradient(to right,  #f25b00 0%,#f49300 47%,#f25b00 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25b00', endColorstr='#f25b00',GradientType=1 );
  201. }
  202.  
  203. #sale_diagonal_orange a:hover {
  204. text-decoration:underline;
  205. }
  206.  
  207. #sale_diagonal_orange span {
  208. display:inline-block;
  209. margin:0 3px;
  210. }
  211. #break {
  212. display:none;
  213. }
  214.  
  215. @media only screen and (min-width : 480px) {
  216. #sale_diagonal_orange {
  217. width: 400px;
  218. height:70px;
  219. position:fixed;
  220. right:-120px;
  221. top:42px;
  222. line-height:20px;
  223.    z-index: 20;
  224. }
  225.  
  226. #sale_diagonal_orange a {
  227. -webkit-transform: rotate(45deg);
  228. -moz-transform: rotate(45deg);
  229. -o-transform: rotate(45deg);
  230. -ms-transform: rotate(45deg);
  231. transform: rotate(45deg);
  232. color: #fff;
  233. }
  234.  
  235. #sale_diagonal_orange span:first-child {
  236. padding-top: 5px;
  237. }
  238. #break {
  239. display: block;
  240. }
  241. }
  242. </style>        <style media="screen">
  243. .asset_star0 {
  244. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star0.gif') no-repeat center;
  245. width: 13px;
  246. height: 12px;
  247. display: inline-block;
  248. }
  249.  
  250. .asset_star1 {
  251. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star1.gif') no-repeat center;
  252. width: 13px;
  253. height: 12px;
  254. display: inline-block;
  255. }
  256.  
  257. .asset_starH {
  258. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/starH.gif') no-repeat center;
  259. width: 13px;
  260. height: 12px;
  261. display: inline-block;
  262. }
  263.  
  264. .sitelink {
  265. padding-right: 16px;
  266. }
  267.  
  268. .sellerRatings a:link,
  269. .sellerRatings a:visited,
  270. .sellerRatings a:hover,
  271. .sellerRatings a:active {
  272. text-decoration: none;
  273. cursor: text;
  274. }
  275.  
  276. .sellerRatings {
  277. margin:0 0 3px 20px;
  278. }
  279.  
  280. .sitelinkHolder {
  281. margin:-15px 0 15px 35px;
  282. }
  283.  
  284. #ajaxloaderHolder {
  285. display: block;
  286. width: 24px;
  287. height: 24px;
  288. background: #fff;
  289. padding: 8px 0 0 8px;
  290. margin:10px auto;
  291. -webkit-border-radius: 4px;
  292. -moz-border-radius: 4px;
  293. border-radius: 4px;
  294. }</style>    <style type="text/css">
  295.        :root {
  296.            --blue: #101c36;
  297.            --text: #ffffff;
  298.            --card: rgba(255, 255, 255, 0.14);
  299.            --stroke: rgba(255, 255, 255, 0.25);
  300.        }
  301.  
  302.        body {
  303.            padding: 0;
  304.            height: 100%;
  305.            overflow: hidden;
  306.            margin: 0;
  307.            font-family: sans-serif;
  308.            color: var(--text);
  309.            background: var(--blue);
  310.        }
  311.  
  312.        iframe {
  313.            margin: 0;
  314.            padding: 0;
  315.            border: none;
  316.            width: 100%;
  317.            height: 100vh;
  318.        }
  319.  
  320.        #content {
  321.            display: grid;
  322.            place-items: center;
  323.            left: 0;
  324.            right: 0;
  325.            bottom: 0;
  326.            top: 0;
  327.            margin-top: 10%;
  328.            margin-bottom: 20%;
  329.        }
  330.  
  331.        #imprint {
  332.            position: relative;
  333.            bottom: 0;
  334.            text-align: center;
  335.            padding-top: 5px;
  336.            height: 25px;
  337.        }
  338.  
  339.        * { box-sizing: border-box; }
  340.        html { height: 100%; }
  341.  
  342.        #loading {
  343.            width: min(720px, 92vw);
  344.            text-align: center;
  345.            padding: 48px 28px;
  346.            border-radius: 24px;
  347.            background: var(--card);
  348.            backdrop-filter: blur(6px);
  349.            border: 1px solid var(--stroke);
  350.            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  351.        }
  352.  
  353.        h1 {
  354.            margin: 12px 0 10px;
  355.            font-size: clamp(28px, 5vw, 44px);
  356.            letter-spacing: 0.2px;
  357.        }
  358.  
  359.        p {
  360.            margin: 0 0 22px;
  361.            font-size: clamp(14px, 2.4vw, 18px);
  362.            opacity: 0.95;
  363.        }
  364.  
  365.        /* Simple CSS spinner */
  366.        .spinner {
  367.            --size: 56px;
  368.            width: var(--size);
  369.            height: var(--size);
  370.            margin: 0 auto 18px;
  371.            border-radius: 50%;
  372.            border: 4px solid rgba(255, 255, 255, 0.35);
  373.            border-top-color: #fff;
  374.            animation: spin 0.9s linear infinite;
  375.        }
  376.  
  377.        @keyframes spin {
  378.            to { transform: rotate(360deg); }
  379.        }
  380.  
  381.        footer {
  382.            margin-top: 26px;
  383.            font-size: 12px;
  384.            opacity: 0.8;
  385.        }
  386.        a { color: #fff; }
  387.    </style>
  388.  
  389.    <meta name="description" content="This domain may be for sale!" />
  390. <meta name="og:description" content="bourbon blueberry cocktail recipe,homemade blueberry bourbon drink,best bourbon and blueberry mix" />
  391. </head>
  392.  
  393. <body>
  394.  
  395.    <script async src="https://euob.youstarsbuilding.com/sxp/i/224f85302aa2b6ec30aac9a85da2cbf9.js" data-ch="AdsDeli - domain - landingpage" data-uvid="0d6e803698165bde64d529375889aef2168b5379" class="ct_clicktrue_80705" data-jsonp="onCheqResponse"></script>
  396.    <noscript>
  397.        <iframe src="https://obseu.youstarsbuilding.com/ns/224f85302aa2b6ec30aac9a85da2cbf9.html?ch=AdsDeli%20-%20domain%20-%20landingpage" width="0" height="0" style="display:none"></iframe>
  398.    </noscript>
  399. <div>
  400.    
  401.    <style media="screen">
  402. /* latin */
  403. @font-face {
  404.    font-family: 'Port Lligat Slab';
  405.    font-style: normal;
  406.    font-weight: 400;
  407.    src: url(//d38psrni17bvxu.cloudfront.net/fonts/Port_Lligat_Slab/latin.woff2) format('woff2');
  408.    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  409. }
  410. </style>
  411.  
  412. <style>
  413. .sale_diagonal_top {
  414. text-transform: uppercase;
  415. font-family: 'Port Lligat Slab',sans-serif;
  416. font-weight: lighter;
  417. text-align: center;
  418. width: 400px;
  419. height: 70px;
  420. position: fixed;
  421. right: -120px;
  422. top: 42px;
  423. line-height: 20px;
  424. z-index: 200;
  425. }
  426.  
  427. .sale_diagonal_top a {
  428. display: block;
  429. height: 100%;
  430. transform: rotate(45deg);
  431. color: #fff;
  432. text-decoration: none;
  433. background: #f25b00;
  434. background: -moz-linear-gradient(-45deg, #f25b00 0%, #f49300 47%, #f25b00 100%);
  435. background: -webkit-linear-gradient(-45deg, #f25b00 0%,#f49300 47%,#f25b00 100%);
  436. background: linear-gradient(135deg, #f25b00 0%,#f49300 47%,#f25b00 100%);
  437. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f25b00', endColorstr='#f25b00',GradientType=1 );
  438. }
  439.  
  440. .sale_diagonal_top span {
  441. display: inline-block;
  442. margin: 0 3px;
  443. }
  444.  
  445. .sale_diagonal_top span:first-child {
  446. padding-top: 5px;
  447. }
  448.  
  449. .sale_diagonal_top .break {
  450. display: none;
  451. }
  452.  
  453. @media only screen and (min-width: 480px) {
  454. .sale_diagonal_top .break {
  455. display: block;
  456. }
  457. }
  458. </style>
  459.  
  460. <div class="sale_diagonal_top">
  461. <a href="https://buy-pr.com/domain/burboniborovnice.com" target="_blank">
  462. <span>&nbsp;</span><br id="break"/>
  463. <span>Buy this domain.</span><br/>
  464. <span></span>
  465. </a>
  466. </div>
  467.  
  468. </div>
  469.  
  470. <div id="content">
  471.    <div id="loading">
  472.        <div class="spinner" role="status" aria-label="Loading"></div>
  473.        <h1>We’re getting things ready</h1>
  474.        <p>Loading your experience… This won’t take long.</p>
  475.    </div>
  476. </div>
  477. <style media="screen">
  478. .asset_star0 {
  479. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star0.gif') no-repeat center;
  480. width: 13px;
  481. height: 12px;
  482. display: inline-block;
  483. }
  484.  
  485. .asset_star1 {
  486. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/star1.gif') no-repeat center;
  487. width: 13px;
  488. height: 12px;
  489. display: inline-block;
  490. }
  491.  
  492. .asset_starH {
  493. background: url('//d38psrni17bvxu.cloudfront.net/themes/assets/starH.gif') no-repeat center;
  494. width: 13px;
  495. height: 12px;
  496. display: inline-block;
  497. }
  498.  
  499. .sitelink {
  500. padding-right: 16px;
  501. }
  502.  
  503. .sellerRatings a:link,
  504. .sellerRatings a:visited,
  505. .sellerRatings a:hover,
  506. .sellerRatings a:active {
  507. text-decoration: none;
  508. cursor: text;
  509. }
  510.  
  511. .sellerRatings {
  512. margin:0 0 3px 20px;
  513. }
  514.  
  515. .sitelinkHolder {
  516. margin:-15px 0 15px 35px;
  517. }
  518.  
  519. #ajaxloaderHolder {
  520. display: block;
  521. width: 24px;
  522. height: 24px;
  523. background: #fff;
  524. padding: 8px 0 0 8px;
  525. margin:10px auto;
  526. -webkit-border-radius: 4px;
  527. -moz-border-radius: 4px;
  528. border-radius: 4px;
  529. }</style><style media="screen">
  530. * {
  531.    margin:0;padding:0
  532. }
  533.  
  534. body {
  535.    background:#101c36;
  536.    font-family: sans-serif;
  537.    text-align: center;
  538.    font-size:1rem;
  539. }
  540.  
  541. .header {
  542.    padding:1rem 1rem 0;
  543.    overflow:hidden;
  544. }
  545.  
  546. h1 {
  547.    color:#848484;
  548.    font-size:1.5rem;
  549. }
  550.  
  551. .header-text-color:visited,
  552. .header-text-color:link,
  553. .header-text-color {
  554.    color:#848484;
  555. }
  556.  
  557. .comp-is-parked {
  558.  margin: 4px 0 2px;
  559. }
  560.  
  561. .comp-sponsored {
  562.  text-align: left;
  563.  margin: 0 0 -1.8rem 4px;
  564. }
  565.  
  566. .wrapper1 {
  567.    margin:1rem;
  568. }
  569.  
  570. .wrapper2 {
  571.    background:url('//d38psrni17bvxu.cloudfront.net/themes/cleanPeppermintBlackConsent_657d9013/img/bottom.png') no-repeat center bottom;
  572.    padding-bottom:140px;
  573. }
  574.  
  575. .wrapper3 {
  576.    background:#fff;
  577.    max-width:300px;
  578.    margin:0 auto 1rem;
  579.    padding-top:1px;
  580.    padding-bottom:1px;
  581. }
  582.  
  583. .onDesktop {
  584.    display:none;
  585. }
  586.  
  587. .tcHolder {
  588.    padding-top: 2rem;
  589. }
  590.  
  591. .adsHolder {
  592.    margin: 1rem 0;
  593.    padding-top: 2rem;
  594.    overflow:hidden;
  595. }
  596.  
  597. .footer {
  598.    color:#626574;
  599.    padding:2rem 1rem;
  600.    font-size:.8rem;
  601.    margin:0 auto;
  602.    max-width:440px;
  603. }
  604.  
  605. .footer a:link,
  606. .footer a:visited {
  607.    color:#626574;
  608. }
  609.  
  610. .sale_link_bold a,
  611. .sale_link,
  612. .sale_link a {
  613.    color:#626574 !important;
  614. }
  615.  
  616. .searchHolder {
  617.    padding:1px 0 1px 1px;
  618.    margin:1rem auto;
  619.    width: 95%;
  620.    max-width: 500px;
  621. }
  622.  
  623. .fallback-term-holder {
  624.    display: inline-grid;
  625.    grid-template-columns: 1fr;
  626.    width: 100%;
  627.    padding-top: 75px;
  628. }
  629.  
  630. .fallback-term-link {
  631.    grid-column: 1 / span 1; align-self: center;
  632.    padding: 50px 13px 50px 13px; border-radius: 25px;
  633.    border: 5px solid #ffffff; margin-bottom: 20px;
  634.    background-color: rgb(16, 28, 54);
  635.    text-decoration-line: none;
  636.    font-size: 18px;
  637.    font-weight: 700;
  638.    color: #ffffff;
  639.    text-align: left;
  640. }
  641.  
  642. .fallback-term-link:hover {
  643.    background-color: #242b42;
  644.  
  645.    text-decoration-line: underline;
  646.    text-decoration-color: currentColor;
  647.    text-decoration-thickness: auto;
  648. }
  649.  
  650. @media screen and (min-width:600px) {
  651.  
  652.    .comp-is-parked,
  653.    .comp-sponsored {
  654.      color: #848484;
  655.    }
  656.  
  657.    .comp-sponsored {
  658.      margin-left: 0;
  659.    }
  660.  
  661.    .wrapper1 {
  662.        max-width:1500px;
  663.        margin-left:auto;
  664.        margin-right:auto;
  665.    }
  666.  
  667.    .wrapper2 {
  668.        background:url('//d38psrni17bvxu.cloudfront.net/themes/cleanPeppermintBlackConsent_657d9013/img/arrows.png') no-repeat center top;
  669.        padding-bottom:0;
  670.        min-height:600px;
  671.    }
  672.  
  673.    .wrapper3 {
  674.        max-width:530px;
  675.        background:none;
  676.    }
  677. }
  678. </style>
  679. <div class="wrapper1" id="keywords-template" style="display:none;">
  680.    <div class="wrapper2">
  681.        <div class="wrapper3">
  682.            <div id="fallbackTerms" class="fallback-term-holder"></div>
  683.        </div>
  684.    </div>
  685. </div>
  686.  
  687. <script>
  688.    (function () {
  689.        document.getElementById("content").style.top = document.getElementById("content").previousElementSibling.clientHeight + "px";
  690.    })();
  691. </script>
  692. </body>
  693. </html>
  694.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda