logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: fed8152d9d648549a9a992dd4acc899fbe2ef025
parent b78e856df413651e560e5cf0f1739a02167ad90c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 24 May 2021 03:47:40 +0200

404: Fix organisation because of sidebar

Diffstat:

M404.shtml4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/404.shtml b/404.shtml @@ -6,8 +6,10 @@ </head> <body> <!--#include file="templates/en/nav.shtml" --> + <main> + <h1><em>Oops</em> you found a <em>Dead Link !</em></h1> <!--#include file="images/deadlink.svg" --> - <strong>Oops</strong> you found a <strong>Dead Link !</strong> + </main> <!--#include file="templates/en/footer.shtml" --> </body> </html>