mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
10 lines
381 B
HTML
10 lines
381 B
HTML
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function() {
|
|
document.querySelectorAll("pre code").forEach(block => {
|
|
window.hljs.highlightBlock(block);
|
|
});
|
|
});
|
|
</script>
|