-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
32 lines (28 loc) · 1.08 KB
/
about.html
File metadata and controls
32 lines (28 loc) · 1.08 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
<!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" />
</head>
<body data-layout="page" data-page-id="about">
<header id="site-header"></header>
<div class="layout">
<aside id="site-sidebar"></aside>
<main class="content">
<div id="page-root"></div>
</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 type="module" src="assets/js/entries/static-page.js"></script>
</body>
</html>