Does it work if you just export it as a normal HTML5 website and upload? I noticed you made some changes to the HTML, e.g. this:
script data-djssrc="jquery-1.7.1.min.js" type="text/djs"></script>
<script data-djssrc="//www.kongregate.com/javascripts/kongregate_api.js" type="text/djs"></script>
'data-djssrc' is not a valid <script> property AFAIK so this is probably breaking it. Also, if you're using the Kongregate API, it might only work when viewed from inside Kongregate (i.e. you have to submit it first).