logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: f886967926cdbc5dd15f407211bea80321ef52ef
parent cbf2e27b1b38dc1d066e178a4499b737d8b01129
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>