-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
43 lines (40 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<!--
This is MDwiki v0.6.2
(C) 2013 by Timo Dörr and contributors. This software is licensed
under the terms of the GNU GPLv3 with additional terms applied.
See gh/Dynalon/mdwiki/blob/master/LICENSE.txt for more detail.
See gh/Dynalon/mdwiki for a copy of the source code.
-->
<head>
<title>Jouleverse知识库</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="fragment" content="!">
<link rel="shortcut icon" type="image/x-icon" href="favicon.png" />
<meta charset="UTF-8">
<link rel="stylesheet" href="/public/css/mdwiki.css" type="text/css"></link>
<link rel="stylesheet" href="/public/css/bootstrap.min.css" type="text/css"></link>
<link rel="stylesheet" href="/public/css/gh.min.css" type="text/css"></link>
<script type="text/javascript" src="/public/js/jquery.min.js"></script>
<script type="text/javascript" src="/public/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/public/js/highlight.min.js"></script>
<!-- START extlib/css/colorbox.css -->
<link id="style:extlib/css/colorbox.css" rel="stylesheet" href="/public/css/colorbox.css" type="text/css"></link>
<!-- END extlib/css/colorbox.css -->
<!-- START extlib/js/jquery.colorbox.min.js -->
<script type="text/javascript" src="/public/js/colorbox.min.js"></script>
<!-- END extlib/js/jquery.colorbox.min.js -->
<!-- START dist/MDwiki.min.js -->
<script type="text/javascript" src="/public/js/mdwiki.min.js"></script>
<!-- END dist/MDwiki.min.js -->
</head>
<body>
<noscript>
This website requires Javascript to be enabled. Please turn on Javascript
and reload the page.
</noscript>
<div id="md-all">
</div>
</body>
</html>