-
Notifications
You must be signed in to change notification settings - Fork 7
/
404.html
33 lines (33 loc) · 1.51 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
<!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.38">
<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" href="/imgs/favicon.ico"><title>尚硅谷 Web 前端之 Webpack5 教程</title><meta name="description" content="Webpack5从小白到大神">
<link rel="modulepreload" href="/sgg_webpack5/assets/app.da53707b.js"><link rel="modulepreload" href="/sgg_webpack5/assets/404.html.93146c89.js"><link rel="modulepreload" href="/sgg_webpack5/assets/404.html.39bf4815.js">
<link rel="stylesheet" href="/sgg_webpack5/assets/style.de0bbb01.css">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>How did we get here?</blockquote><a href="/sgg_webpack5/" class="">Take me home</a></div></div><!----><!--]--></div>
<script type="module" src="/sgg_webpack5/assets/app.da53707b.js" defer></script>
</body>
</html>