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://hladis.ic.cz/?feed=rss2

  1. <!doctype html>
  2. <html lang="cs">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1">
  6.    <title>IC.cz - tato stránka je nedostupná</title>
  7.    <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,900;1,100;1,400;1,900&display=swap"
  8.          rel="stylesheet">
  9.    <style>
  10.        @media screen and (min-width: 768px) {
  11.            .content-404 {
  12.                display: flex;
  13.                flex-wrap: wrap;
  14.            }
  15.  
  16.            .content-404 > div {
  17.                flex: 1;
  18.            }
  19.  
  20.            .content-404 > div:first-child {
  21.                flex-basis: 100%;
  22.            }
  23.        }
  24.  
  25.        html, body {
  26.            height: 100%;
  27.            margin: 0;
  28.            padding: 0;
  29.        }
  30.        .content {
  31.            display: table;
  32.            width: 100%;
  33.            height: 100%;
  34.        }
  35.        .content-cell {
  36.            display: table-cell;
  37.            vertical-align: middle;
  38.        }
  39.        .content-404 {
  40.            max-width: 900px;
  41.            margin: 0 auto;
  42.            font-family: 'Roboto', sans-serif;
  43.        }
  44.  
  45.        .content-404 a {
  46.            color: #008acf;
  47.        }
  48.  
  49.        .content-404 a:hover {
  50.            text-decoration: none;
  51.        }
  52.  
  53.        .content-404 > div {
  54.            padding: 20px;
  55.           }
  56.  
  57.        h1 {
  58.            color: #008acf;
  59.            font-style: italic;
  60.            font-size: 36pt;
  61.            line-height: 10px;
  62.        }
  63.  
  64.        .box {
  65.            font-family: 'Roboto', sans-serif;
  66.        }
  67.  
  68.        .english {
  69.            padding-top: 20px;
  70.            color: #AAA;
  71.        }
  72.  
  73.        .titulcz {
  74.            font-weight: 100;
  75.            font-size: 36pt;
  76.        }
  77.  
  78.        .titulen {
  79.            font-weight: 100;
  80.            font-size: 36pt;
  81.            color: #AAA;
  82.        }
  83.  
  84.        a.tlacitko {
  85.            background-color: #008acf;
  86.            border-radius: 0;
  87.            display: inline-block;
  88.            cursor: pointer;
  89.            color: #fff;
  90.            font-size: 42px;
  91.            padding: 9px 23px;
  92.            margin-top: 20px;
  93.            margin-bottom: 20px;
  94.            text-decoration: none;
  95.        }
  96.  
  97.        a.tlacitko:hover {
  98.            background-color: #006abf;
  99.        }
  100.    </style>
  101. </head>
  102. <body>
  103.  
  104. <div class="content">
  105.    <div class="content-cell">
  106.        <div class="content-404">
  107.            <div>
  108.                <h1>404 </h1>
  109.                <div class="titulcz">stránka nenalezena</div>
  110.                <div class="titulen">page not found</div>
  111.            </div>
  112.            <div class="box" style="border: 2px; border-right-style: dashed; border-color:#AAA;">
  113.  
  114.                <p>Doména, webhosting nebo požadovaná URL adresa nebyla nalezena.</p>
  115.                <p>Pokud jste náš zákazník, podívejte se do&nbsp;<a href="https://client.ic.cz/knowledgebase.php?action=displayarticle&amp;id=9">nápovědy</a>, pravděpodobně jste stále nenahráli svou prezentaci.</p>
  116.                <p>Případně začněte objednávkou na <a href="https://www.ic.cz">IC.cz</a>.</p>
  117.  
  118.                <div class="english" lang="en">
  119.                    <p>The searched domain, web hosting or URL was not found.</p>
  120.                    <p>If you are our customer, please visit our <a href="https://client.ic.cz/knowledgebase.php?action=displayarticle&amp;id=9">help</a> section, you probably didn't upload files containing website presentation.</p>
  121.                    <p>Otherwise, please start by placing an order at <a href="https://www.ic.cz">IC.cz</a>.</p>
  122.                </div>
  123.  
  124.            </div>
  125.            <div class="box">
  126.                <p>Tip!</p>
  127.                <p>Věděli jste, že u IC.cz můžete provozovat Váš&nbsp;webhosting již od 50 Kč za měsíc?</p>
  128.                <p>Vyzkoušet si jej můžete na 3 měsíce bezplatně.</p>
  129.                <a href="https://client.ic.cz/cart.php?a=add&pid=10" class="tlacitko">OBJEDNAT</a>
  130.                <div class="english">Provozuje Internet Centrum s.r.o.</div>
  131.            </div>
  132.        </div>
  133.    </div>
  134. </div>
  135.  
  136. </body>
  137. </html>
  138.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda