Skip to content

Commit 9127627

Browse files
authored
Add files via upload
1 parent 5a12d3d commit 9127627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Response Window resources/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en" data-bs-theme="dark">
33
<head>
4+
45
<meta charset="utf-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<meta name="description" content="">
@@ -10,7 +11,9 @@
1011

1112
<script src="Bootstrap/bootstrap.bundle.min.js"></script>
1213
<script src="Bootstrap/sidebars.js"></script>
14+
<script src="./js/highlight.min.js"></script>
1315

16+
1417
<link href="Bootstrap/sidebars.css" rel="stylesheet">
1518
<link href="Bootstrap/bootstrap.min.css" rel="stylesheet">
1619
<!--
@@ -22,6 +25,7 @@
2225
-->
2326

2427
<!-- Additional stylesheets for markdown rendering -->
28+
<link rel="stylesheet" href="./css/highlight/atom-one-dark.min.css">
2529
<link rel="stylesheet" href="./css/custom.css">
2630
<link rel="stylesheet" href="./css/katex.min.css">
2731
<link rel="stylesheet" href="./css/texmath.min.css">

0 commit comments

Comments
 (0)