From 9e3363de7151b9151c8c9e26651a222b61c550a4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 13 Aug 2019 21:52:45 +0200 Subject: [PATCH] Fixed 404 page. --- web/404.md | 16 ++++++++++++++++ web/_layouts/default.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 web/404.md diff --git a/web/404.md b/web/404.md new file mode 100644 index 0000000..6898856 --- /dev/null +++ b/web/404.md @@ -0,0 +1,16 @@ +--- +layout: post +title: 404 - not found +--- + +# 404 +## Page not found :( + +Diese Seite exisiert leider nicht! + +Das kann drei GrĂ¼nde haben: +1. Wir haben Chaos gebaut und die Seite ist runtergefallen +2. Du hast dich vertippt +3. Jemand hat dir einen falschen Link gegeben + +Schau' dir doch mal unsere [Startseite](https://chaospott.de/) an. diff --git a/web/_layouts/default.html b/web/_layouts/default.html index aab7615..3bc7ac7 100644 --- a/web/_layouts/default.html +++ b/web/_layouts/default.html @@ -5,7 +5,7 @@ {% include header.html %}
- +
Chaospott Logo