-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (35 loc) · 2.07 KB
/
404.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
<!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-beta.36">
<style>
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html, body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme');
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true);
}
</script>
<link rel="icon" type="image/png" sizes="16x16" href="/images/icons/favicon-16x16.png"><link rel="icon" type="image/png" sizes="32x32" href="/images/icons/favicon-32x32.png"><script async="async" crossorigin="anonymous" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5046308260134305"></script><script>!function(){
typeof window !== 'undefined' && document.querySelector('.ad>ins') && typeof window.__user_adsbygoogle__ === 'undefined' && ((adsbygoogle = window.adsbygoogle || []).push({}), window.__user_adsbygoogle__ = 'done')
}()</script><title>开发文档</title><meta name="description" content="基于 VuePress 的开发文档模板">
<link rel="modulepreload" href="/assets/app.c3c162e6.js"><link rel="modulepreload" href="/assets/404.html.93146c89.js"><link rel="modulepreload" href="/assets/404.html.bee13de6.js"><link rel="modulepreload" href="/assets/plugin-vue_export-helper.21dcd24c.js">
<link rel="stylesheet" href="/assets/style.8c8f5577.css">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>看起来我们进入了错误的链接</blockquote><a href="/" class="">返回首页</a></div></div><!----><!--]--></div>
<script type="module" src="/assets/app.c3c162e6.js" defer></script>
</body>
</html>