Skip to content

Commit b74ffbe

Browse files
authored
Fix CSS location in tutorial page. Fixes #90
1 parent c760a2b commit b74ffbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/tutorial/index.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" value="IE=9">
66
<title>This is a Sample of the Library</title>
77
<!-- 在这里载入CCL的基础库 -->
8-
<link rel="stylesheet" href="../../dist/style.css" />
8+
<link rel="stylesheet" href="../../dist/css/style.css" />
99
<script type="text/javascript" src="../../dist/CommentCoreLibrary.js"></script>
1010
<!-- 你还可以载入其他的库,比如jQuery之类的 -->
1111
<link rel="stylesheet" href="my-page-styles.css" />

0 commit comments

Comments
 (0)