little-library/customHtmlAfterFooter.example.html

5 lines
No EOL
114 B
HTML

<script>
$(document).ready(function() {
console.log('This runs after everything else is loaded.');
});
</script>