diff options
author | hakimel | 2012-08-03 21:49:29 -0400 |
---|---|---|
committer | hakimel | 2012-08-03 21:50:06 -0400 |
commit | 9a657e26768a3724e6edf9e5fbdd72a4e54da8f4 (patch) | |
tree | fa2b1848adff80914ea4c4ca4039c3e198ded0f4 /index.html | |
parent | 6bc92af17c3e08ae6deef43a625b5e9007199627 (diff) |
ie8 support (closes #96)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ <link rel="stylesheet" href="css/print.css" type="text/css" media="print"> <link rel="stylesheet" href="lib/css/zenburn.css"> + + <!--[if lt IE 9]> + <script src="lib/js/html5shiv.js"></script> + <![endif]--> </head> <body> |