feat: synt hl

This commit is contained in:
2026-06-24 15:16:19 +03:00
parent 1df576cc09
commit a2ed073569
3 changed files with 1256 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ const pageTpl = `<!DOCTYPE html>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Inter:wght@300;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/src/thirdparty/highlight/default.min.css">
<script src="/src/thirdparty/highlight/highlight.min.js"></script>
<style>
:root {
--bg: #05030a;
@@ -118,6 +120,7 @@ const pageTpl = `<!DOCTYPE html>
<span>Chaosmith Systems</span>
</footer>
</div>
<script>hljs.highlightAll();</script>
</body>
</html>`