Files
libre-liberec-web/cz_404.html

18 lines
571 B
HTML

<!DOCTYPE html>
<html lang="cs">
<head>
<!--#include virtual="components/head.html" -->
<title>Stránka nenalezena - Svobodný software Liberec</title>
</head>
<body>
<!--#include virtual="components/header.html" -->
<!--#include virtual="components/nav.html" -->
<main style="text-align: center">
<h1>Stránka nenalezena.</h1>
<p>Pokusili jste se načíst stránku, která na tomto serveru neexistuje.</p>
<p>Klikněte prosím na jeden z odkazů uvedených výše.</p>
</main>
<!--#include virtual="components/footer.html" -->
</body>
</html>