Spaces:
Running
Running
neetnestor
commited on
Commit
•
8d7626e
1
Parent(s):
c3fc836
feat: code highlighting
Browse files- index.html +1 -0
index.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>WebLLM Simple Chat Space</title>
|
7 |
<link rel="stylesheet" href="styles/katex.min.css" />
|
|
|
8 |
<link rel="stylesheet" href="styles/style.css" />
|
9 |
</head>
|
10 |
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>WebLLM Simple Chat Space</title>
|
7 |
<link rel="stylesheet" href="styles/katex.min.css" />
|
8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css">
|
9 |
<link rel="stylesheet" href="styles/style.css" />
|
10 |
</head>
|
11 |
|