-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs.html
More file actions
39 lines (34 loc) · 1.46 KB
/
docs.html
File metadata and controls
39 lines (34 loc) · 1.46 KB
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<title>LocoWiki · 文档</title>
<link rel="icon" href="assets/img/icon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/site-shell.css" />
<link rel="stylesheet" href="assets/css/markdown.css" />
<link rel="stylesheet" href="assets/vendor/katex/katex.min.css" />
</head>
<body data-layout="docs" data-doc-shell="docs">
<header id="site-header"></header>
<div class="layout">
<aside id="site-sidebar"></aside>
<main class="content">
<article id="doc" class="md doc-article">
<div class="loading" data-i18n="docs.loadingDoc">正在加载文档…</div>
</article>
</main>
<aside id="site-toc" class="toc" aria-label="目录" data-i18n-aria-label="common.tocAria">
<div class="toc-title" data-i18n="common.tocTitle">本页目录</div>
<div id="toc-items"></div>
</aside>
</div>
<footer id="site-footer"></footer>
<script src="assets/vendor/marked.umd.js" defer></script>
<script src="assets/vendor/katex/katex.min.js" defer></script>
<script src="assets/vendor/katex/auto-render.min.js" defer></script>
<script type="module" src="assets/js/entries/docs.js"></script>
</body>
</html>