diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-08 12:41:06 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-08 12:41:06 -0700 |
commit | 8e888f8df9494ecb57673b4a356312131e198519 (patch) | |
tree | ca996d4ddc46c0a66796d9ade0672434e057f570 | |
parent | 8594e17f2b07976c006bca1c5531e56ead9b065a (diff) | |
download | infinitytier-8e888f8df9494ecb57673b4a356312131e198519.tar.gz infinitytier-8e888f8df9494ecb57673b4a356312131e198519.zip |
Hmm... will this work? Very first child of <head>
-rw-r--r-- | ui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/index.html b/ui/index.html index e0f048b0..5ab32eb7 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1,9 +1,9 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>ZeroTier One</title> <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="zerotier.css"> <script src="simpleajax.min.js"></script> |