-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
46 lines (43 loc) · 2.37 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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Unofficial Resonite Docs</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="The unofficial Resonite Docs.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="icon" type="image/x-icon" href="_media/favicon.ico">
<!-- Order is important -->
<link rel="stylesheet" title="docsify-darklight-theme" href="_css/index.css" type="text/css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar.min.css" />
<link rel="stylesheet" href="//unpkg.com/docsify-accordify/src/assets/default.css">
<link rel="stylesheet" href="_css/edits.css" type="text/css" />
<link rel="stylesheet" href="_css/protofluxTypes.css" type="text/css" />
<link rel="stylesheet" href="_css/protoflux.css" type="text/css" />
<script src="/_js/setHeaderLang.js"></script>
</head>
<body>
<div id="app"> </div>
<!-- Local Config -->
<script src="_js/docsifyConfig.js"></script>
<!-- custom plugins -->
<script src="_js/plugin-footer.js"></script>
<script src="_js/plugin-protofluxNodeRender.js"></script>
<script src="_js/plugin-partialMarkdownEmbed.js"></script>
<script src="_js/plugin-alias.js"></script>
<script src="_js/plugin-rootLink.js"></script>
<!-- Docsify with plugins -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/front-matter.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-progress@latest/dist/progress.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-example-panels"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-mustache"></script>
<script src="//unpkg.com/docsify-accordify/src/index.js"></script>
</body>
</html>