Force IE 8 to use IE 8 mode

This commit is contained in:
~lucidiot 2022-09-19 00:22:10 +02:00
parent d0a29f2b16
commit 2424091f23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<title>JavaScript Console</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<link rel="stylesheet" type="text/css" href="console.css" />
<link rel="icon" type="image/x-icon" href="jsconsole.ico" />
<link rel="shortcut icon" type="image/x-icon" href="jsconsole.ico" />