aboutsummaryrefslogtreecommitdiff
path: root/tools/gui/resources/web/index.html
diff options
context:
space:
mode:
authortim-zh <tim.zhlobich@gmail.com>2016-11-14 22:05:07 +0300
committertim-zh <tim.zhlobich@gmail.com>2016-11-14 22:05:07 +0300
commitbdf9f2cea42dcf2429e3ccbe458ff8c432f45770 (patch)
tree4929c7b957bc55e215a4baf3905a03bc1fc60edd /tools/gui/resources/web/index.html
parent9269863fbdcd94cce39582f6638d9f94bdaa1706 (diff)
downloadcbt-bdf9f2cea42dcf2429e3ccbe458ff8c432f45770.tar.gz
cbt-bdf9f2cea42dcf2429e3ccbe458ff8c432f45770.tar.bz2
cbt-bdf9f2cea42dcf2429e3ccbe458ff8c432f45770.zip
code highlighting, copy files update
Diffstat (limited to 'tools/gui/resources/web/index.html')
-rw-r--r--tools/gui/resources/web/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gui/resources/web/index.html b/tools/gui/resources/web/index.html
index 9bf76f8..6b7a7a9 100644
--- a/tools/gui/resources/web/index.html
+++ b/tools/gui/resources/web/index.html
@@ -7,6 +7,7 @@
<meta name="author" content="tim-zh">
<title>CBT</title>
<link rel="stylesheet" href="styles.css">
+ <link rel="stylesheet" href="highlight/hljs-cbt-theme.css">
</head>
<body>
<div id="popup">
@@ -60,6 +61,7 @@
</div>
<script src="jquery-3.1.1.min.js"></script>
+<script src="highlight/highlight.pack.js"></script>
<script src="definitions.js"></script>
<script src="main.js"></script>
</body>