diff options
| author | Crawl <[email protected]> | 2017-01-31 12:31:07 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-31 12:31:07 +0100 |
| commit | ea8669a989fc8ad983f62d334eb1586f57be483a (patch) | |
| tree | fb22d8e020d415827d7be89397caff53181a2615 /pages | |
| parent | This is the last commit with tags (diff) | |
| download | host.fuwn.me-ea8669a989fc8ad983f62d334eb1586f57be483a.tar.xz host.fuwn.me-ea8669a989fc8ad983f62d334eb1586f57be483a.zip | |
Don't declare viewport twice, you dummy @pitu
Diffstat (limited to 'pages')
| -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> |