-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path404.html
More file actions
33 lines (31 loc) · 1.35 KB
/
404.html
File metadata and controls
33 lines (31 loc) · 1.35 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
<!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 data-i18n="notFound.pageTitle">404 · 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">
<header id="site-header"></header>
<main class="layout">
<section class="content">
<article class="state-shell surface-panel">
<p class="state-code" aria-hidden="true">404</p>
<h1 data-i18n="notFound.heading">页面不存在(404)</h1>
<p data-i18n="notFound.desc">你访问的页面不存在或已被移动。</p>
<div class="state-actions">
<a class="btn primary" href="index.html" data-i18n="notFound.backHome">返回首页</a>
<a class="btn" id="not-found-docs" href="quickstart.html" data-i18n="notFound.openDocs">打开文档</a>
</div>
</article>
</section>
</main>
<footer id="site-footer"></footer>
<script type="module" src="assets/js/entries/not-found.js"></script>
</body>
</html>