projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db4b3a
)
Prevent Safari iOS from auto zooming (#1756)
author
Kimiblock Moe
<kimiblock@icloud.com>
Wed, 5 Jun 2024 12:43:19 +0000
(20:43 +0800)
committer
GitHub
<noreply@github.com>
Wed, 5 Jun 2024 12:43:19 +0000
(18:13 +0530)
Thanks @pixlxip:beeper.com
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index 48f8e69ebf2726d3c6ca6da08ca2774b34589bdf..af2952d38cb319909d8ea1ce2448e091a361caae 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-3,7
+3,7
@@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <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
" />
<title>Cinny</title>
<meta name="name" content="Cinny" />
<meta name="author" content="Ajay Bura" />