Added meta tag to enable IE support via Chrome Frame

This commit is contained in:
Glenn Block 2011-10-26 20:33:32 -07:00
Родитель 599ab71d02
Коммит c97ca6ceb8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<head>
<title>node inspector</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="audits.css">
<link rel="stylesheet" type="text/css" href="goToLineDialog.css">
<link rel="stylesheet" type="text/css" href="heapProfiler.css">