Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 99ac52d

Browse files
authored
1 parent 31aee5a commit 99ac52d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/html/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
sizes="16x16"
2929
href="{{ url_for('bp.static', filename='img/favicon-16x16.png') }}" />
3030
<link rel="manifest" href="{{ url_for('bp.static', filename='img/site.webmanifest') }}" />
31+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.css">
32+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/markdown-it-texmath/texmath.min.js"></script>
33+
<script src="https://cdn.jsdelivr.net/npm/katex/dist/katex.min.js"></script>
34+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/markdown-it-texmath/css/texmath.min.css">
3135
<title>FreeGPT</title>
3236
</head>
3337

0 commit comments

Comments
 (0)