<!doctype html>
<html lang="cs">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>IC.cz - tato stránka je nedostupná</title>
    <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"
          rel="stylesheet">
    <style>
        @media screen and (min-width: 768px) {
            .content-404 {
                display: flex;
                flex-wrap: wrap;
            }

            .content-404 > div {
                flex: 1;
            }

            .content-404 > div:first-child {
                flex-basis: 100%;
            }
        }

        html, body {
            height: 100%;
            margin: 0;
            padding: 0;
        }
        .content {
            display: table;
            width: 100%;
            height: 100%;
        }
        .content-cell {
            display: table-cell;
            vertical-align: middle;
        }
        .content-404 {
            max-width: 900px;
            margin: 0 auto;
            font-family: 'Roboto', sans-serif;
        }

        .content-404 a {
            color: #008acf;
        }

        .content-404 a:hover {
            text-decoration: none;
        }

        .content-404 > div {
            padding: 20px;
           }

        h1 {
            color: #008acf;
            font-style: italic;
            font-size: 36pt;
            line-height: 10px;
        }

        .box {
            font-family: 'Roboto', sans-serif;
        }

        .english {
            padding-top: 20px;
            color: #AAA;
        }

        .titulcz {
            font-weight: 100;
            font-size: 36pt;
        }

        .titulen {
            font-weight: 100;
            font-size: 36pt;
            color: #AAA;
        }

        a.tlacitko {
            background-color: #008acf;
            border-radius: 0;
            display: inline-block;
            cursor: pointer;
            color: #fff;
            font-size: 42px;
            padding: 9px 23px;
            margin-top: 20px;
            margin-bottom: 20px;
            text-decoration: none;
        }

        a.tlacitko:hover {
            background-color: #006abf;
        }
    </style>
</head>
<body>

<div class="content">
    <div class="content-cell">
        <div class="content-404">
            <div>
                <h1>404 </h1>
                <div class="titulcz">stránka nenalezena</div>
                <div class="titulen">page not found</div>
            </div>
            <div class="box" style="border: 2px; border-right-style: dashed; border-color:#AAA;">

                <p>Doména, webhosting nebo požadovaná URL adresa nebyla nalezena.</p>
                <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>
                <p>Případně začněte objednávkou na <a href="https://www.ic.cz">IC.cz</a>.</p>

                <div class="english" lang="en">
                    <p>The searched domain, web hosting or URL was not found.</p>
                    <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>
                    <p>Otherwise, please start by placing an order at <a href="https://www.ic.cz">IC.cz</a>.</p>
                </div>

            </div>
            <div class="box">
                <p>Tip!</p>
                <p>Věděli jste, že u IC.cz můžete provozovat Váš&nbsp;webhosting již od 50 Kč za měsíc?</p>
                <p>Vyzkoušet si jej můžete na 3 měsíce bezplatně.</p>
                <a href="https://client.ic.cz/cart.php?a=add&pid=10" class="tlacitko">OBJEDNAT</a>
                <div class="english">Provozuje Internet Centrum s.r.o.</div>
            </div>
        </div>
    </div>
</div>

</body>
</html>
