diff options
| -rw-r--r-- | pages/home.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/home.html b/pages/home.html index bce983e..5566295 100644 --- a/pages/home.html +++ b/pages/home.html @@ -4,6 +4,7 @@ <meta name="description" content="A pomf-like file uploading service that doesn't suck."> <meta name="keywords" content="upload,lolisafe,file,images,hosting"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="apple-touch-icon" sizes="180x180" href="https://lolisafe.moe/images/icons/apple-touch-icon.png?v=XBreOJMe24"> <link rel="icon" type="image/png" href="https://lolisafe.moe/images/icons/favicon-32x32.png?v=XBreOJMe24" sizes="32x32"> @@ -16,7 +17,6 @@ <meta name="msapplication-config" content="https://lolisafe.moe/images/icons/browserconfig.xml?v=XBreOJMe24"> <meta name="theme-color" content="#ffffff"> - <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0" name="viewport"> <meta property="og:url" content="https://lolisafe.moe" /> <meta property="og:type" content="website" /> <meta property="og:title" content="lolisafe.moe | A small safe worth protecting." /> @@ -81,4 +81,4 @@ </section> </body> -</html>
\ No newline at end of file +</html> |