From 8c3680b2e326c0ed2defc3f02cb253a76ed9b2fc Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Thu, 18 Jul 2024 21:11:48 +0200
Subject: [PATCH] fix HTML standards mode

---
 scripts/generate-keys.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/generate-keys.sh b/scripts/generate-keys.sh
index 5330130..7148fb1 100755
--- a/scripts/generate-keys.sh
+++ b/scripts/generate-keys.sh
@@ -10,7 +10,7 @@ mkdir -p "$rootdir/public/groups"
 mkdir -p "$rootdir/public/keys"
 
 cat > public/index.html <<EOF
-<html>
+<!doctype html>
 <head>
 <title>Freifunk Stuttgart SSH Keys</title>
 <meta charset="utf-8">
-- 
GitLab