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

3
dist/core.html vendored
View file

@ -2,7 +2,6 @@
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
@ -13,4 +12,4 @@
<script src="./core.bundle.js"></script> <script src="./core.bundle.js"></script>
</body> </body>
</html> </html>

View file

@ -8,7 +8,6 @@ More self-contained samples are available at [monaco-editor-samples](https://git
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" > <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head> </head>
<body> <body>
@ -31,4 +30,4 @@ More self-contained samples are available at [monaco-editor-samples](https://git
</script> </script>
</body> </body>
</html> </html>
``` ```

View file

@ -771,7 +771,6 @@ const generateTestSamplesTask = function() {
'<html>', '<html>',
'<head>', '<head>',
' <base href="..">', ' <base href="..">',
' <meta http-equiv="X-UA-Compatible" content="IE=edge" />',
' <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />', ' <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />',
'</head>', '</head>',
'<body>', '<body>',

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>
@ -52,4 +51,4 @@ code {
}); });
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>
@ -24,4 +23,4 @@
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>
@ -31,4 +30,4 @@
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>
@ -17,4 +16,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="./index.css" /> <link rel="stylesheet" href="./index.css" />
</head> </head>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body style="height:2000px"> <body style="height:2000px">
@ -21,4 +20,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css"> <style type="text/css">
#editor { #editor {
@ -180,4 +179,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>

View file

@ -2,7 +2,6 @@
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css"> <style type="text/css">
#editor { #editor {
@ -132,4 +131,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>
@ -92,4 +91,4 @@ editor.addAction({
}); });
</script> </script>
</body> </body>
</html> </html>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -3,7 +3,6 @@
<html> <html>
<head> <head>
<base href=".."> <base href="..">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -42,7 +42,7 @@ define([], function() { return[
}, },
{ {
"name": "run-editor-sample-html.txt", "name": "run-editor-sample-html.txt",
"content": "<!DOCTYPE HTML>\r\n<!-- \r\n\tComments are overrated\r\n-->\r\n<html>\r\n<head>\r\n\t<title>HTML Sample</title>\r\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n\t<style type=\"text/css\">\r\n\t\th1 {\r\n\t\t\tcolor: #CCA3A3;\r\n\t\t}\r\n\t\tbody {\r\n\t\t}\r\n\t</style>\r\n\t<script type=\"text/javascript\">\r\n\t\twindow.alert(\"I am a sample...\");\r\n\t</script>\r\n</head>\r\n<body>\r\n\t<h1>Heading No.1</h1>\r\n\t<input disabled type=\"button\" value=\"Click me\" />\r\n</body>\r\n</html>" "content": "<!DOCTYPE HTML>\r\n<!--\r\n\tComments are overrated\r\n-->\r\n<html>\r\n<head>\r\n\t<title>HTML Sample</title>\r\n\t<style type=\"text/css\">\r\n\t\th1 {\r\n\t\t\tcolor: #CCA3A3;\r\n\t\t}\r\n\t\tbody {\r\n\t\t}\r\n\t</style>\r\n\t<script type=\"text/javascript\">\r\n\t\twindow.alert(\"I am a sample...\");\r\n\t</script>\r\n</head>\r\n<body>\r\n\t<h1>Heading No.1</h1>\r\n\t<input disabled type=\"button\" value=\"Click me\" />\r\n</body>\r\n</html>\r\n"
}, },
{ {
"name": "run-editor-sample-js.txt", "name": "run-editor-sample-js.txt",
@ -102,7 +102,7 @@ define([], function() { return[
}, },
{ {
"name": "sample.html.txt", "name": "sample.html.txt",
"content": "<!DOCTYPE HTML>\r\n<!--Example of comments in HTML-->\r\n<html>\r\n<head>\r\n\t<!--This is the head section-->\r\n\t<title>HTML Sample</title>\r\n\t<meta charset=\"utf-8\">\r\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n\r\n\t<!--This is the style tag to set style on elements-->\r\n\t<style type=\"text/css\">\r\n\t\th1\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 40px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin: 50px;\r\n\t\t\tcolor: #a0a0a0;\r\n\t\t}\r\n\r\n\t\th2\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 30px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin: 50px;\r\n\t\t\tcolor: #fff;\r\n\t\t}\r\n\r\n\t\tp\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 17px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin: 0px 200px;\r\n\t\t\tcolor: #fff;\r\n\t\t}\r\n\r\n\t\tdiv.Center\r\n\t\t{\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\r\n\t\tdiv.Blue\r\n\t\t{\r\n\t\t\tpadding: 50px;\r\n\t\t\tbackground-color: #7bd2ff;\r\n\t\t}\r\n\r\n\t\tbutton.Gray\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 17px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin-top: 100px;\r\n\t\t\tpadding: 10px 50px;\r\n\t\t\tbackground-color: #727272;\r\n\t\t\tcolor: #fff;\r\n\t\t\toutline: 0;\r\n \t\t\tborder: none;\r\n \t\t\tcursor: pointer;\r\n\t\t}\r\n\r\n\t\tbutton.Gray:hover\r\n\t\t{\r\n\t\t\tbackground-color: #898888;\r\n\t\t}\r\n\r\n\t\tbutton.Gray:active\r\n\t\t{\r\n\t\t\tbackground-color: #636161;\r\n\t\t}\r\n\r\n\t</style>\r\n\r\n\t<!--This is the script tag-->\r\n\t<script type=\"text/javascript\">\r\n\t\tfunction ButtonClick(){\r\n\t\t\t// Example of comments in JavaScript\r\n\t\t\twindow.alert(\"I'm an alert sample!\");\r\n\t\t}\r\n\t</script>\r\n</head>\r\n<body>\r\n\t<!--This is the body section-->\r\n\t<div class=\"Center\">\r\n\t\t<h1>NAME OF SITE</h1>\r\n\t</div>\r\n\t<div class=\"Center Blue\">\r\n\t\t\t<h2>I'm h2 Header! Edit me in &lt;h2&gt;</h2>\r\n\t\t\t<p>\r\n\t\t\t\tI'm a paragraph! Edit me in &lt;p&gt; \r\n\t\t\t\tto add your own content and make changes to the style and font. \r\n\t\t\t\tIt's easy! Just change the text between &lt;p&gt; ... &lt;/p&gt; and change the style in &lt;style&gt;. \r\n\t\t\t\tYou can make it as long as you wish. The browser will automatically wrap the lines to accommodate the \r\n\t\t\t\tsize of the browser window.\r\n\t\t\t</p>\r\n\t\t\t<button class=\"Gray\" onclick=\"ButtonClick()\">Click Me!</button>\r\n\t</div>\r\n</body>\r\n</html>\r\n" "content": "<!DOCTYPE HTML>\r\n<!--Example of comments in HTML-->\r\n<html>\r\n<head>\r\n\t<!--This is the head section-->\r\n\t<title>HTML Sample</title>\r\n\t<meta charset=\"utf-8\">\r\n\r\n\t<!--This is the style tag to set style on elements-->\r\n\t<style type=\"text/css\">\r\n\t\th1\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 40px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin: 50px;\r\n\t\t\tcolor: #a0a0a0;\r\n\t\t}\r\n\r\n\t\th2\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 30px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin: 50px;\r\n\t\t\tcolor: #fff;\r\n\t\t}\r\n\r\n\t\tp\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 17px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin: 0px 200px;\r\n\t\t\tcolor: #fff;\r\n\t\t}\r\n\r\n\t\tdiv.Center\r\n\t\t{\r\n\t\t\ttext-align: center;\r\n\t\t}\r\n\r\n\t\tdiv.Blue\r\n\t\t{\r\n\t\t\tpadding: 50px;\r\n\t\t\tbackground-color: #7bd2ff;\r\n\t\t}\r\n\r\n\t\tbutton.Gray\r\n\t\t{\r\n\t\t\tfont-family: Tahoma;\r\n\t\t\tfont-size: 17px;\r\n\t\t\tfont-weight: normal;\r\n\t\t\tmargin-top: 100px;\r\n\t\t\tpadding: 10px 50px;\r\n\t\t\tbackground-color: #727272;\r\n\t\t\tcolor: #fff;\r\n\t\t\toutline: 0;\r\n \t\t\tborder: none;\r\n \t\t\tcursor: pointer;\r\n\t\t}\r\n\r\n\t\tbutton.Gray:hover\r\n\t\t{\r\n\t\t\tbackground-color: #898888;\r\n\t\t}\r\n\r\n\t\tbutton.Gray:active\r\n\t\t{\r\n\t\t\tbackground-color: #636161;\r\n\t\t}\r\n\r\n\t</style>\r\n\r\n\t<!--This is the script tag-->\r\n\t<script type=\"text/javascript\">\r\n\t\tfunction ButtonClick(){\r\n\t\t\t// Example of comments in JavaScript\r\n\t\t\twindow.alert(\"I'm an alert sample!\");\r\n\t\t}\r\n\t</script>\r\n</head>\r\n<body>\r\n\t<!--This is the body section-->\r\n\t<div class=\"Center\">\r\n\t\t<h1>NAME OF SITE</h1>\r\n\t</div>\r\n\t<div class=\"Center Blue\">\r\n\t\t\t<h2>I'm h2 Header! Edit me in &lt;h2&gt;</h2>\r\n\t\t\t<p>\r\n\t\t\t\tI'm a paragraph! Edit me in &lt;p&gt;\r\n\t\t\t\tto add your own content and make changes to the style and font.\r\n\t\t\t\tIt's easy! Just change the text between &lt;p&gt; ... &lt;/p&gt; and change the style in &lt;style&gt;.\r\n\t\t\t\tYou can make it as long as you wish. The browser will automatically wrap the lines to accommodate the\r\n\t\t\t\tsize of the browser window.\r\n\t\t\t</p>\r\n\t\t\t<button class=\"Gray\" onclick=\"ButtonClick()\">Click Me!</button>\r\n\t</div>\r\n</body>\r\n</html>\r\n"
}, },
{ {
"name": "sample.ini.txt", "name": "sample.ini.txt",

View file

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

View file

@ -5,7 +5,6 @@
<!--This is the head section--> <!--This is the head section-->
<title>HTML Sample</title> <title>HTML Sample</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--This is the style tag to set style on elements--> <!--This is the style tag to set style on elements-->
<style type="text/css"> <style type="text/css">
@ -89,10 +88,10 @@
<div class="Center Blue"> <div class="Center Blue">
<h2>I'm h2 Header! Edit me in &lt;h2&gt;</h2> <h2>I'm h2 Header! Edit me in &lt;h2&gt;</h2>
<p> <p>
I'm a paragraph! Edit me in &lt;p&gt; I'm a paragraph! Edit me in &lt;p&gt;
to add your own content and make changes to the style and font. to add your own content and make changes to the style and font.
It's easy! Just change the text between &lt;p&gt; ... &lt;/p&gt; and change the style in &lt;style&gt;. It's easy! Just change the text between &lt;p&gt; ... &lt;/p&gt; and change the style in &lt;style&gt;.
You can make it as long as you wish. The browser will automatically wrap the lines to accommodate the You can make it as long as you wish. The browser will automatically wrap the lines to accommodate the
size of the browser window. size of the browser window.
</p> </p>
<button class="Gray" onclick="ButtonClick()">Click Me!</button> <button class="Gray" onclick="ButtonClick()">Click Me!</button>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head> </head>
<body> <body>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style> <style>
#errors { #errors {
@ -39,4 +38,4 @@
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.1.css"> <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.0.1.css">
</head> </head>

View file

@ -3,7 +3,6 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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"> <meta name="viewport" content="width=device-width">
<title>Monaco Editor</title> <title>Monaco Editor</title>

View file

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

View file

@ -3,7 +3,6 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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"> <meta name="viewport" content="width=device-width">
<title>Monaco Editor Monarch</title> <title>Monaco Editor Monarch</title>

View file

@ -3,7 +3,6 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <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"> <meta name="viewport" content="width=device-width">
<title>Monaco Editor Playground</title> <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/new-samples/all.js"></script>
<script data-inline="yes-please" src="./playground/playground.js"></script> <script data-inline="yes-please" src="./playground/playground.js"></script>
</body> </body>
</html> </html>

View file

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