move <script> to end of body
w3c validator complained about `stray end tag`
This commit is contained in:
parent
195198a903
commit
aeac09ea7b
14
index.html
14
index.html
@ -16,12 +16,12 @@
|
|||||||
<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>
|
||||||
|
<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>
|
</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>
|
</html>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user