chore: merge pull request #55 from notthewave/patch-2

disable zoom on input for mobile devices
This commit is contained in:
Ahwx 2025-11-03 15:00:00 +01:00 committed by GitHub
commit 3a09df95b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<!DOCTYPE html >
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="UTF-8"/>
<meta name="description" content="A privacy respecting Pinterest image search"/>
<meta name="referrer" content="no-referrer"/>