nicojensen.de/404.html
Nico Jensen abdd659322 * Add: New Post: Update!
* Add: Changelog to README.md.
* Add: Social Media Links at Footer.
* Add: data.settings to manage settings.
* Fix: Linklog link did not work at blog overview.
* Fix: Pagination View - older was displayed on the left when no newer was there.
* Change: Header and Footer Navigation links work now with data yml files.
* Change: New Sort and some Content modification at Contact Page.
* Change: set sitemap false on 404 & 500 page.
* Change: new text on 404 & 500 page.
* Change: robots.txt now allow searchengines with settings.
* Change: some new meta tags
* Change: link style
* Change: remove Header Navigation
2021-06-15 03:31:51 +02:00

15 lines
387 B
HTML

---
layout: default
title: 404 - Page not found!
permalink: /404.html
sitemap: false
---
<article class="post">
<header class="post-header wrapper">
<h2 class="post-title">404</h2>
<h3>Irgendwas ist schiefgelaufen.</h3>
</header>
<section class="post-content wrapper">
<p>Hier k&ouml;nnte jetzt ein kreativer Text stehen, tut es aber nicht.</p>
</section>
</article>