jakubb-hugo/layouts/404.html

28 lines
707 B
HTML
Raw Normal View History

2024-01-29 04:53:34 +00:00
{{ partial "header.html" . }}
2024-02-11 20:21:08 +00:00
<header class="not-found">
<ul class="menu" >
<li>
<a class="logo" >{{ .Site.Title }}</a>
</li>
</ul>
</header>
<div class="content">
2024-02-11 20:21:08 +00:00
<link rel="stylesheet" href="/css/404.css" type="text/css">
<h1 class="not-found">Error</h1>
<h1 class="not-found-num" >404</h1>
<div style="padding: 30px;"></div>
<hr/>
<h2>Strona nie odnaleziona</h2>
<p>Podany adres URL nie został odnaleziony.</p>
<p><a class="button" href="/">Kliknij tutaj, aby przejść do polskej strony głównej.</a></p>
<hr/>
<h2>Page Not Found</h2>
<p>The url you entered couldn't be found.</p>
<p><a class="button" href="/en">Click here to go to the english homepage.</a></p>
2024-01-29 04:53:34 +00:00
2024-02-11 20:21:08 +00:00
<hr/>
</div>