diff options
author | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:09:10 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-04-30 14:09:10 +0200 |
commit | 63343d44d3b8f6c493de9d25dab8feb1a1992081 (patch) | |
tree | 84f51f5796e0a5c918b33e62e607af069f82ab02 /err | |
parent | Added meta infos and reworked titles (diff) | |
download | joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.gz joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.bz2 joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.xz joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.tar.zst joe-www-63343d44d3b8f6c493de9d25dab8feb1a1992081.zip |
h1 rework
Diffstat (limited to 'err')
-rw-r--r-- | err/403.html | 2 | ||||
-rw-r--r-- | err/404.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/err/403.html b/err/403.html index a9ca4ec..9a92462 100644 --- a/err/403.html +++ b/err/403.html @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="../index.html">Joe's dev blog - 403</a></h1> + <h1><a href="../index.html">Joe's 403</a></h1> </header> <div class="sidebar"> <ul> diff --git a/err/404.html b/err/404.html index ec110ca..e2dbfdc 100644 --- a/err/404.html +++ b/err/404.html @@ -31,7 +31,7 @@ <body> <div class="fullpage"> <header> - <h1><a href="../index.html">Joe's dev blog - 404</a></h1> + <h1><a href="../index.html">Joe's 404</a></h1> </header> <div class="sidebar"> <ul> |