Add html5shiv

This commit is contained in:
Gea-Suan Lin
2011-11-10 04:35:03 +08:00
parent 62907ce460
commit 5330ac688b

View File

@@ -7,6 +7,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head> </head>
<body> <body>
</body> </body>