error page adjustments - web-pentaculum - [mirror] webring, opml and website for the web pentaculum
 (HTM) git clone git@git.drkhsh.at/web-pentaculum.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 6c352f48c14f23009df4ccf8780cce03d5ca3133
 (DIR) parent 741a0e0f82a5722f3270954d7001274d4b2788ad
 (HTM) Author: drkhsh <me@drkhsh.at>
       Date:   Mon,  3 Mar 2025 00:51:59 +0100
       
       error page adjustments
       
       Diffstat:
         M err.html                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/err.html b/err.html
       @@ -6,8 +6,7 @@
                        <meta name="darkreader-lock" content="lock">
                        <link rel="shortcut icon" href="/favicon.ico">
                        <link rel="stylesheet" href="/static/style.css">
       -                <title>$HTTP_ERROR | pentaculum webring</title>
       -                <meta name="description" content="Pentaculum webring">
       +                <title>$HTTP_ERROR | web pentaculum</title>
                </head>
                <body>
                        <header>
       @@ -16,6 +15,7 @@
                        <main>
                                <div class="error">
                                        <h1>$RESPONSE_CODE $HTTP_ERROR</h1>
       +                                <a href="/">[go back home]</a>
                                        <hr>
                                        <address>$SERVER_SOFTWARE</address>
                                </div>