Friend, you did not close the script tag for jquery. I saved a local copy and tested it - the content appears after closing the tag.
<script type="text/javascript" charset="utf-8" src="jquery-link" />
It should be like this:
<script type="text/javascript" charset="utf-8" src="jquery-link"></script>
Hurrah!:)
You also have a script tag and a meta tag at the bottom, which you may need.
DMin source share