Add IE standards incantations

This commit is contained in:
John Firebaugh
2013-10-25 13:02:59 -07:00
parent b7e3f0d7b2
commit ce0b9b4633
2 changed files with 2 additions and 0 deletions

1
dist/index.html vendored
View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<meta charset='utf-8'>
<title>iD</title>
<link rel='stylesheet' href='iD.css'>

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
<meta charset='utf-8'>
<title>iD</title>
<link rel='stylesheet' href='css/reset.css'>