www

website
git clone ssh://anon@src.dalliard.ch/www
log | files | refs

commit 4a997393dd94d8ce9a4a3e7b8363aa90f7ae8eda
parent 0116c6601aecfe7012d74212dd752e4d58e4e9fe
author: nathanael <nathanael@dalliard.ch>
date:   Sun, 14 Sep 2025 19:41:53 +0000

add lang attribute

diffstat:
Mlayouts/baseof.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/layouts/baseof.html b/layouts/baseof.html @@ -1,4 +1,5 @@ <!doctype html> +<html lang="de"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css">