vnote/zh_cn/index.html
2018-12-05 21:23:32 +08:00

101 lines
4.7 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Viki">
<title>Viki - A simple Wiki page in Markdown from notebook of VNote</title>
<link id="favicon" rel="icon" href="https://github.com/tamlok/viki/raw/master/resources/viki.ico">
<!-- Bootstrap CSS -->
<link href="https://cdn.bootcss.com/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jstree@3.3.7/dist/themes/default/style.min.css">
<link href="css/highlightjs.css" rel="stylesheet">
<link href="css/viki.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://cdn.bootcss.com/twitter-bootstrap/4.1.3/js/bootstrap.min.js"></script>
<!--
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/highlight.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/go.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/yaml.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/r.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/scala.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/shell.min.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.13.1/languages/swift.min.js"></script>
<script src="https://cdn.bootcss.com/highlightjs-line-numbers.js/2.5.0/highlightjs-line-numbers.min.js"></script>
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/yaml.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/go.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/r.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/scala.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/swift.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/shell.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/languages/powershell.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlightjs-line-numbers.js/2.5.0/highlightjs-line-numbers.min.js"></script>
<!--
<script src="https://cdn.bootcss.com/mermaid/8.0.0-rc.8/mermaid.min.js"></script>
-->
<script src="https://cdn.jsdelivr.net/npm/mermaid@8.0.0-rc.8/dist/mermaid.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js"></script>
<!--
<script src="https://cdn.bootcss.com/flowchart/1.11.3/flowchart.min.js"></script>
-->
<script src="https://cdn.jsdelivr.net/npm/flowchart.js@1.11.3/release/flowchart.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wavedrom/1.6.2/skins/default.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wavedrom/1.6.2/wavedrom.min.js"></script>
<!--
<script src="http://s.plantuml.com/synchro2.js"></script>
<script src="http://s.plantuml.com/zopfli.raw.min.js"></script>
-->
<script src="https://cdn.jsdelivr.net/npm/jstree@3.3.7/dist/jstree.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_HTMLorMML" async></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true,
processClass: "tex2jax_process|language-mathjax|lang-mathjax"
},
showProcessingMessages: false,
skipStartupTypeset: true,
TeX: {
Macros: {
bm: ["\\boldsymbol{#1}", 1]
},
equationNumbers: {
autoNumber: "AMS"
}
},
messageStyle: "none"
});
MathJax.Hub.Register.StartupHook("End", function() {
if (typeof MathJaxReady != "undefined") {
MathJaxReady();
}
});
</script>
<!-- viki script -->
<script src="js/viki.js"></script>
<script src="js/custom.js"></script>
</head>
<body>
</body>
</html>