|
@ -1,9 +1,9 @@
|
1
|
1
|
<html lang="zh-cn">
|
2
|
2
|
<head>
|
3
|
|
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
|
4
|
|
<link rel="stylesheet" href="../static/css/index.css">
|
5
|
|
<script src="../static/js/jquery.min.js"></script>
|
6
|
|
<script src="../static/js/bootstrap.min.js"></script>
|
|
3
|
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
|
|
4
|
<link rel="stylesheet" href="/static/css/index.css">
|
|
5
|
<script src="/static/js/jquery.min.js"></script>
|
|
6
|
<script src="/static/js/bootstrap.min.js"></script>
|
7
|
7
|
<!-- <script src="https://cdn.bootcdn.net/ajax/libs/marked/2.0.3/marked.js"></script> -->
|
8
|
8
|
<!-- <script src="http://cdn.bootcss.com/ace/1.2.4/ace.js"></script>
|
9
|
9
|
<script src="http://cdn.bootcss.com/ace/1.2.4/ext-language_tools.js"></script> -->
|
|
@ -11,11 +11,11 @@
|
11
|
11
|
<script src="/static/js/mode-markdown.js"></script>
|
12
|
12
|
<script src="/static/js/theme-chrome.js"></script>
|
13
|
13
|
<script src="/static/js/ext-language_tools.js"></script> -->
|
14
|
|
<!-- <link rel="stylesheet" href="../static/codemirror-5.31.0/lib/codemirror.css"/>
|
15
|
|
<script src="../static/codemirror-5.31.0/lib/codemirror.js"></script> -->
|
|
14
|
<!-- <link rel="stylesheet" href="/static/codemirror-5.31.0/lib/codemirror.css"/>
|
|
15
|
<script src="/static/codemirror-5.31.0/lib/codemirror.js"></script> -->
|
16
|
16
|
<!--引入css文件,用以支持主题-->
|
17
|
|
<!-- <link rel="stylesheet" href="../static/codemirror-5.31.0/theme/solarized.css"/>
|
18
|
|
<script src="../static/codemirror-5.31.0/mode/markdown/markdown.js"></script> -->
|
|
17
|
<!-- <link rel="stylesheet" href="/static/codemirror-5.31.0/theme/solarized.css"/>
|
|
18
|
<script src="/static/codemirror-5.31.0/mode/markdown/markdown.js"></script> -->
|
19
|
19
|
|
20
|
20
|
</head>
|
21
|
21
|
<body>
|