pruvodce/tpl/404.html

41 lines
1.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stránka nenalezena - Stela</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.8.0/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="container" style="max-width: 800px">
<div class="navbar-brand">
<a class="navbar-item" href="/">
</a>
</div>
</div>
</nav>
<section class="section">
<div class="container" style="max-width: 800px">
<main>
<div class="message is-warning">
<div class="message-header">
Stránka nenalezena
</div>
<div class="message-body">
Vraťte se prosím na <a href="/">hlavní stránku</a>.
</div>
</div>
</main>
</div>
</section>
</body>
</html>