Remove usage of X-UA-Compatible

This commit is contained in:
Alex Dima 2020-02-13 17:07:01 +01:00
parent 53909ad4e9
commit daabff0021
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
50 changed files with 23 additions and 72 deletions

View file

@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<title>Monaco Editor</title>

View file

@ -1,11 +1,10 @@
<!DOCTYPE HTML>
<!--
<!--
Comments are overrated
-->
<html>
<head>
<title>HTML Sample</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style type="text/css">
h1 {
color: #CCA3A3;
@ -19,4 +18,4 @@
<h1>Heading No.1</h1>
<input disabled type="button" value="Click me" />
</body>
</html>
</html>

View file

@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<title>Monaco Editor Monarch</title>

View file

@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<title>Monaco Editor Playground</title>
@ -81,4 +80,4 @@
<script data-inline="yes-please" src="./playground/new-samples/all.js"></script>
<script data-inline="yes-please" src="./playground/playground.js"></script>
</body>
</html>
</html>

View file

@ -2,7 +2,6 @@
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{#ifCond model.name '==' project.name}}{{project.name}}{{else}}{{model.name}} | {{project.name}}{{/ifCond}}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -50,4 +49,4 @@
{{> analytics}}
</body>
</html>
</html>