-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
34 lines (34 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<title>MDwiki</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">
<script type="text/javascript">var MDwikiEnableDebug = true;</script>
<link href="//cdn.bootcss.com/highlight.js/8.4/styles/magula.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<link href="static/css/doc.css" rel="stylesheet">
<script src="//cdn.bootcss.com/jquery/2.1.3/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/highlight.js/8.4/highlight.min.js"></script>
<link href="//cdn.bootcss.com/jquery.colorbox/1.4.33/example1/colorbox.min.css" rel="stylesheet">
<script src="//cdn.bootcss.com/jquery.colorbox/1.4.33/jquery.colorbox-min.js"></script>
<script src="//cdn.bootcss.com/jquery.colorbox/1.4.33/i18n/jquery.colorbox-zh-CN.min.js"></script>
<script src="static/js/marked.min.js"></script>
<script src="static/js/mdwiki.js"></script>
</head>
<body>
<noscript>
This website requires Javascript to be enabled. Please turn on Javascript
and reload the page.
</noscript>
<div id="md-all">
</div>
<hr style="position: relative; margin-top: 1em;">
<footer style="position: relative; margin-top: 1em;">
<p class="text-center">FIFSKY <a href="http://www.mdwiki.info">MDwiki</a> © 2015</p>
</footer>
</body>
</html>