8 lines
296 B
HTML
8 lines
296 B
HTML
<script>
|
|
(function() {
|
|
var hn = document.createElement('script'); hn.type = 'text/javascript';
|
|
hn.async = true; hn.src = 'http://hnbutton.appspot.com/static/hn.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(hn, s);
|
|
})();
|
|
</script>
|