diff options
author | Joe <rrbo@proton.me> | 2022-10-20 15:04:23 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-10-20 15:04:23 +0200 |
commit | 799846923cf5672327f7641d0d000e8052b1fecd (patch) | |
tree | d3ba9e9393cff9c1b4afd52d8c80aa190a87604c /err | |
parent | doctypes (diff) | |
download | joe-www-799846923cf5672327f7641d0d000e8052b1fecd.tar.gz joe-www-799846923cf5672327f7641d0d000e8052b1fecd.tar.bz2 joe-www-799846923cf5672327f7641d0d000e8052b1fecd.tar.xz joe-www-799846923cf5672327f7641d0d000e8052b1fecd.tar.zst joe-www-799846923cf5672327f7641d0d000e8052b1fecd.zip |
sidebar
Diffstat (limited to 'err')
-rw-r--r-- | err/403.html | 3 | ||||
-rw-r--r-- | err/404.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/err/403.html b/err/403.html index 908a583..73f949e 100644 --- a/err/403.html +++ b/err/403.html @@ -42,9 +42,10 @@ <li><a href="../using.html">my computing</a></li> <li><a href="../thoughts.html">my thoughts</a></li> <li><a href="../links.html">links</a></li> + </ul> <hr> + <ul> <li><a href="http://gitjoe.xyz/">GitJoe</a></li> - <li><a href="http://fossil.jozanofastora.xyz/">FossilJoe</a></li> </ul> </div> <div class="body-contents"> diff --git a/err/404.html b/err/404.html index bce0d36..99eba6b 100644 --- a/err/404.html +++ b/err/404.html @@ -42,9 +42,10 @@ <li><a href="../using.html">my computing</a></li> <li><a href="../thoughts.html">my thoughts</a></li> <li><a href="../links.html">links</a></li> + </ul> <hr> + <ul> <li><a href="http://gitjoe.xyz/">GitJoe</a></li> - <li><a href="http://fossil.jozanofastora.xyz/">FossilJoe</a></li> </ul> </div> <div class="body-contents"> |