terminal.css/templates/partials/bottom-scripts.html

12 lines
539 B
HTML
Raw Normal View History

2019-01-28 03:37:25 +01:00
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
2019-01-30 21:20:35 +01:00
<script async defer src="https://buttons.github.io/buttons.js"></script>
2019-01-28 03:37:25 +01:00
<script>
document.addEventListener("DOMContentLoaded", function() {
document.querySelectorAll("pre code").forEach(block => {
window.hljs.highlightBlock(block);
});
2019-01-28 03:37:25 +01:00
});
</script>
2023-12-02 16:20:36 +01:00
<!-- Fathom - beautiful, simple website analytics -->
<script src="https://cdn.usefathom.com/script.js" data-site="LCUDFNYO" defer></script>
<!-- / Fathom -->