move <script> to end of body
w3c validator complained about `stray end tag`
This commit is contained in:
parent
195198a903
commit
aeac09ea7b
@ -16,7 +16,6 @@
|
|||||||
<p>for exhentai sauce, check out <a href="http://userscripts.org/scripts/show/108810">ExSauce</a>.</p>
|
<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="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>
|
<p><a href="https://github.com/aeosynth/4chan-x/issues">github issues tracker</a></p>
|
||||||
</body>
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function() {
|
(function() {
|
||||||
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
||||||
@ -24,4 +23,5 @@
|
|||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user