move <script> to end of body

w3c validator complained about `stray end tag`
This commit is contained in:
James Campos 2011-08-02 20:29:29 -07:00
parent 195198a903
commit aeac09ea7b

View File

@ -16,12 +16,12 @@
<p>for exhentai sauce, check out <a href="http://userscripts.org/scripts/show/108810">ExSauce</a>.</p>
<p><a href="http://chat.now.im/x/aeos">anonymous support throd</a></p>
<p><a href="https://github.com/aeosynth/4chan-x/issues">github issues tracker</a></p>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</html>