-
Notifications
You must be signed in to change notification settings - Fork 26
/
index-narrow.html
110 lines (108 loc) · 3.36 KB
/
index-narrow.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<html>
<head>
<script defer src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML'></script>
<script defer src='https://cdn.rawgit.com/OnsenUI/OnsenUI-dist/2.0.0-beta.5/js/onsenui.min.js'></script>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!--
<link rel="stylesheet" href='https://cdn.rawgit.com/OnsenUI/OnsenUI-dist/2.0.0-beta.5/css/onsenui.css'>
<link rel="stylesheet" href='https://cdn.rawgit.com/OnsenUI/OnsenUI-dist/2.0.0-beta.5/css/onsen-css-components.css'>
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js"></script>
<!--
<link rel="stylesheet" type="text/css" href="static/mermaid.css">
-->
<script src='https://unpkg.com/[email protected]/dist/mermaid.min.js'></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
window.lconfig = {
"showAppTitle": true,
"showHeader": true,
"docTitle": "",
"filename": "static/docs",
"firstNodeAsTitle": false,
"baseMode": "t",
"viewTypes": [
{"name": "Outline", "type": "t"},
{"name": "Inline", "type": "a"},
{"name": "Graphic Tree", "type": "d"},
{"name": "Dendrogram", "type": "z"},
{"name": "Nested Menu", "type": "n"}
]
}
</script>
<meta charset="utf-8">
<title>Leo Vue</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- static footer -->
<script type="text/ons-template" id="popover.html">
<ons-popover direction="up down" cancelable>
<div style="text-align: center; opacity: 0.7;" id="popover.content.html">
<p>This is a popover!</p>
<p><small>Click the background to remove the popover.</small></p>
</div>
</ons-popover>
</script>
</body>
</html>
<!--
<script src="/static/dataframe.js"></script>
-->
<!-- PUG SUPPORT, comment back in and move to top for Pug support
<script src="https://pugjs.org/js/pug.js" charset="UTF-8"></script>
<script>
!function e(r, n, t) {
function o(i, c) {
if (!n[i]) {
if (!r[i]) {
var s = "function" == typeof require && require;
if (!c && s)
return s(i, !0);
if (u)
return u(i, !0);
var a = new Error("Cannot find module '" + i + "'");
throw a.code = "MODULE_NOT_FOUND",
a
}
var f = n[i] = {
exports: {}
};
r[i][0].call(f.exports, function(e) {
var n = r[i][1][e];
return o(n || e)
}, f, f.exports, e, r, n, t)
}
return n[i].exports
}
for (var u = "function" == typeof require && require, i = 0; i < t.length; i++)
o(t[i]);
return o
}({
1: [function(e, r, n) {
}
, {}],
2: [function(e, r, n) {
"use strict";
var t = e("pug")
, o = function(e) {
if (e && e.__esModule)
return e;
var r = {};
if (null != e)
for (var n in e)
Object.prototype.hasOwnProperty.call(e, n) && (r[n] = e[n]);
return r.default = e,
r
}(t);
e("../browser/menu.js"),
window.pug = o
}
, {
"../browser/menu.js": 1,
pug: "pug"
}]
}, {}, [2]);
</script>
-->