-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
43 lines (40 loc) · 2.07 KB
/
404.html
File metadata and controls
43 lines (40 loc) · 2.07 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
40
41
42
43
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.18" />
<style>
:root {
--vp-c-bg: #fff;
}
[data-theme='dark'] {
--vp-c-bg: #1b1b1f;
}
html,
body {
background-color: var(--vp-c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
'matchMedia' in window
? window.matchMedia('(prefers-color-scheme: dark)').matches
: false
if (userMode === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (userMode === 'dark' || systemDarkMode) {
document.documentElement.dataset.theme = 'dark'
}
</script>
<title>SimpleWorld</title><meta name="description" content="一款基于Towny的社会模拟服务器">
<link rel="preload" href="/assets/style-Cj22MYkn.css" as="style"><link rel="stylesheet" href="/assets/style-Cj22MYkn.css">
<link rel="modulepreload" href="/assets/app-T1VUH18a.js"><link rel="modulepreload" href="/assets/404.html-4Y1vo_Ij.js">
<link rel="prefetch" href="/assets/index.html-CPcxHx_3.js" as="script"><link rel="prefetch" href="/assets/get-started.html-m2hag1sL.js" as="script"><link rel="prefetch" href="/assets/join.html-RoxQAHB3.js" as="script"><link rel="prefetch" href="/assets/wiki.html-aIrg7dwN.js" as="script"><link rel="prefetch" href="/assets/setupDevtools-7MC2TMWH-BAf5lXvM.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="vp-theme-container" vp-container data-v-67c08c1d><main class="page" data-v-67c08c1d><div class="theme-default-content" vp-content data-v-67c08c1d><h1 data-v-67c08c1d>404</h1><blockquote data-v-67c08c1d>There's nothing here.</blockquote><a class="route-link" href="/" data-v-67c08c1d>Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
<script type="module" src="/assets/app-T1VUH18a.js" defer></script>
</body>
</html>