What version you use?
I think the problem is that the browser do not fully support html5 (did you try instead with other browsers?).
However you do it a try, open index file and add this text in the head tag:
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
So now try again.