diff options
author | WlodekM <[email protected]> | 2024-12-01 20:37:58 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-12-01 20:37:58 +0200 |
commit | fc76e4501d0f9db81cf1e5077d2487309acd7694 (patch) | |
tree | f8d8650cdb9d170945fe241647ee9c1bfa557718 /index.html | |
parent | f84e913cfc6773fea1f79c6d99ff6253715770dc (diff) |
do stuff
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html index 0661a50..7654336 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,8 @@ <script type="module" src="main.js"></script> <link rel="stylesheet/less" type="text/css" href="styles.less" /> <script src="https://cdn.jsdelivr.net/npm/less"></script> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/default.min.css"> + <script src="https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script> </head> <body> |