focus on demo

- sorted files to demo folder
- try to focus more on the creation of demo example files
This commit is contained in:
Stephan 2018-04-30 20:20:13 +02:00
parent c781f5c6c5
commit 1bb57b109b
7 changed files with 19 additions and 10 deletions

View file

@ -1,23 +0,0 @@
<!-- index.njk -->
{% set pageId = "404" %}
{% set pageClass = "body__status" %}
{% extends "maintenance.njk" %}
{% block title %}404{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body_content %}
<main class="main__site">
<h1>404</h1>
<h3>Client-Fehler</h3>
<p>Hier ist nichts. <dfn>Not Found</dfn></br>
<blockquote cite="https://de.wikipedia.org/wiki/HTTP-Statuscode#4xx_.E2.80.93_Client-Fehler">
<p>Die angeforderte Ressource wurde nicht gefunden. Dieser Statuscode kann ebenfalls verwendet werden, um eine Anfrage ohne näheren Grund abzuweisen. Links, welche auf solche Fehlerseiten verweisen, werden auch als Tote Links bezeichnet.</p>
<p class="quote_source"><a href="https://de.wikipedia.org/wiki/HTTP-Statuscode#4xx_.E2.80.93_Client-Fehler">Wikipedia</a></p>
</blockquote>
</main>
{% include "partials/footer-status.njk" %}
{% endblock %}