Browse Source

Don't declare viewport twice, you dummy @pitu

Crawl 7 years ago
parent
commit
ea8669a989
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/home.html

+ 2 - 2
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>
+</html>