-
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.54 KB
/
404.html
File metadata and controls
43 lines (40 loc) · 2.54 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="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content="VuePress 2.0.0-rc.24" />
<style>
:root {
--vp-c-bg: #fff;
}
[data-theme='dark'] {
--vp-c-bg: #1b1b1f;
}
html,
body {
background-color: var(--vp-c-bg);
}
</style>
<script>
const useChoice = localStorage.getItem('vuepress-color-scheme')
const systemStatus =
'matchMedia' in window
? window.matchMedia('(prefers-color-scheme: dark)').matches
: false
if (useChoice === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (useChoice === 'dark' || systemStatus) {
document.documentElement.dataset.theme = 'dark'
}
</script>
<link rel="icon" href="/thunder.svg"><title>Thunder</title><meta name="description" content="Thunder is a Drupal distribution for professional publishers.">
<link rel="preload" href="/assets/style-73OrOom8.css" as="style"><link rel="stylesheet" href="/assets/style-73OrOom8.css">
<link rel="modulepreload" href="/assets/app-Dzh1Bu_Q.js"><link rel="modulepreload" href="/assets/404.html-CaCpftDk.js">
<link rel="prefetch" href="/assets/index.html-DkaC7ZrL.js" as="script"><link rel="prefetch" href="/assets/contributing.html-DcFX_Ip-.js" as="script"><link rel="prefetch" href="/assets/headless.html-Cie7IrST.js" as="script"><link rel="prefetch" href="/assets/setup.html-C9wrTfB4.js" as="script"><link rel="prefetch" href="/assets/testing.html-CIc4PFtl.js" as="script"><link rel="prefetch" href="/assets/feature-overview.html-CLOs5po-.js" as="script"><link rel="prefetch" href="/assets/varnish.html-L9IC40uA.js" as="script"><link rel="prefetch" href="/assets/migrate-2-3.html-iRsnrIxC.js" as="script"><link rel="prefetch" href="/assets/migrate-3-6.html-SJOeVF-D.js" as="script"><link rel="prefetch" href="/assets/migrate-6-7.html-BL7_kmhZ.js" as="script"><link rel="prefetch" href="/assets/migrate-7-8.html-p-unM_Sr.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="vp-theme-container" vp-container data-v-33d3430e><main class="page" data-v-33d3430e><div vp-content data-v-33d3430e><h1 data-v-33d3430e>404</h1><blockquote data-v-33d3430e>There's nothing here.</blockquote><a class="route-link" href="/" data-v-33d3430e>Take me home</a></div></main></div><!--[--><!----><!--]--><!--]--></div>
<script type="module" src="/assets/app-Dzh1Bu_Q.js" defer></script>
</body>
</html>