From 5074196d0cb29ac638aa88a8f934fbc3589972a2 Mon Sep 17 00:00:00 2001
From: Nico Jensen <mail@njensen.org>
Date: Fri, 23 Sep 2022 00:31:55 +0200
Subject: [PATCH] New Text

---
 404.html | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/404.html b/404.html
index 4c57881..f84e108 100644
--- a/404.html
+++ b/404.html
@@ -4,14 +4,18 @@ title: 404 - Page not found!
 permalink: /404.html
 sitemap: false
 ---
+
 <main id="post-container" class="single-post">
   <article class="post">
     <header class="post-header wrapper">
-      <h2 class="post-title">404</h2>
+      <h2 class="post-title">404 - Page not found.</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>
+      <p>
+        Hier k&ouml;nnte jetzt ein kreativer Text stehen, tut es aber nicht.
+      </p>
+      <p><a href="/" alt="Startseite">Zur&uuml;ck zum Anfang</a></p>
     </section>
   </article>
-</main>
\ No newline at end of file
+</main>