disable safari automatic zoom on input box

This commit is contained in:
OniriCorpe 2023-11-04 02:43:42 +01:00
parent 2b3ed35d83
commit 9524b9c1d4

View file

@ -1,19 +1,23 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="utf-8"> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
<meta name="robots" content="noindex, nofollow"> <meta name="format-detection" content="telephone=no" />
<link rel="icon" href="/favicon.png"> <meta name="robots" content="noindex, nofollow">
<title>YunoHost Admin</title> <link rel="icon" href="/favicon.png">
</head> <title>YunoHost Admin</title>
<body> </head>
<noscript>
<strong>We're sorry but YunoHost Admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <body>
</noscript> <noscript>
<div id="app"></div> <strong>We're sorry but YunoHost Admin doesn't work properly without JavaScript enabled. Please enable it to
<script type="module" src="/src/main.js"></script> continue.</strong>
</body> </noscript>
</html> <div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>