From 3a8bb840faa6879e8526605345ec16a8433910e1 Mon Sep 17 00:00:00 2001 From: Endika Iglesias Date: Mon, 13 Jul 2026 09:58:51 +0200 Subject: [PATCH] fix: prevent accidental pinch and double-tap zoom on mobile --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d954e39..acc8a5c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + @@ -27,6 +27,18 @@ } catch (e) {} })() + +