CINXE.COM

404

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>404</title> <!-- Fonts --> <!-- link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css" --> <link rel="stylesheet" href="/css/app.css"> <link rel="stylesheet" href="/css/page.css"> <!-- Styles --> <style> html, body { background-color: #fff; color: #636b6f; font-family: "Titillium Web", "Open Sans", "Droid Sans", sans-serif; font-weight: 100; height: 90vh; margin: 0; background-image: url(/images/bg-blue.png); background-position: top -185px center; background-repeat: repeat-x; } h1 { font-weight: 700; font-size: 7rem; margin-bottom: 0; color: #fcc519; margin-top: 0; } .full-height { height: 100vh; } .flex-center { align-items: center; display: flex; justify-content: center; } .position-ref { position: relative; } .content { text-align: center; } .title { font-size: 26px; padding: 20px; color: #457cbf; } </style> </head> <body> <div class="flex-center position-ref full-height"> <div class="content"> <a href="javascript:history.back()" class="btn btn-link btn-sm mb-2"><i class="ti-angle-double-left"></i></a><br> <a href="/" class="btn"><img src="/images/logo-black.png" alt="Eurodesk Polska"></a> <h1>404</h1> <div class="title"> </div> <hr> <div class="mb-3"> Skorzystaj z wyszukiwarki, lub wr贸膰 do <a href="/" style="text-decoration: underline">strony g艂贸wnej</a></div> <div> <form id="form-search" class="form-horizontal" action="/search/q" method="get"> <div class="input-group input-group-lg mb-2"> <input type="text" class="form-control custom-input" id="q" name="q" value="" placeholder="" aria-label="Wpisz s艂owo kluczowe, albo fraz臋..."> <div class="input-group-append"> <button class="btn btn-primary" type="submit">Szukaj</button> </div> </div> </form> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10