From 27f2ae23774e5c7be682741e82b2d06c3f9d5880 Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Sun, 21 Jul 2024 00:43:22 +0200
Subject: [PATCH] add meta viewport to HTML

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

diff --git a/scripts/generate-keys.sh b/scripts/generate-keys.sh
index 7148fb1..d6cf3a1 100755
--- a/scripts/generate-keys.sh
+++ b/scripts/generate-keys.sh
@@ -14,6 +14,7 @@ cat > public/index.html <<EOF
 <head>
 <title>Freifunk Stuttgart SSH Keys</title>
 <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
 </head>
 <body>
 <h1>Gruppen</h1>
-- 
GitLab