logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: db8463298a5c94b89441559669f5537b213aed94
parent 4cc397d6da32a3818780c439f6a8ccd4230fcbd8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 20 Feb 2019 08:29:34 +0100

{home,accueil}.shtml: Add html/lang tags

Diffstat:

Maccueil.shtml2+-
Mhome.shtml2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/accueil.shtml b/accueil.shtml @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="fr"> <head> <!--#include file="/templates/head.shtml" --> <title>Accueil — Cyber-habitat de lanodan</title> diff --git a/home.shtml b/home.shtml @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <!--#include file="templates/head.shtml" --> <title>Home — lanodan’s cyber-home</title>