Skip to content

Commit

Permalink
deploy: 4dec1f0
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspec committed Oct 13, 2023
0 parents commit 8ae17f4
Show file tree
Hide file tree
Showing 13 changed files with 273 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
33 changes: 33 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!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-beta.67">
<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="/image/favicon.ico"><title></title><meta name="description" content="">
<link rel="preload" href="/assets/style-f8de3c48.css" as="style"><link rel="stylesheet" href="/assets/style-f8de3c48.css">
<link rel="modulepreload" href="/assets/app-c95ebecd.js"><link rel="modulepreload" href="/assets/404.html-ec94efa1.js"><link rel="modulepreload" href="/assets/404.html-60b35caa.js"><link rel="prefetch" href="/assets/index.html-aa5047fb.js" as="script"><link rel="prefetch" href="/assets/index.html-34f253f3.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><main class="page"><div class="theme-default-content"><h1>404</h1><blockquote>How did we get here?</blockquote><a href="/" class="">Take me home</a></div></main></div><!----><!--]--></div>
<script type="module" src="/assets/app-c95ebecd.js" defer></script>
</body>
</html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
m.evoevo.org
1 change: 1 addition & 0 deletions assets/404.html-60b35caa.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
const t=JSON.parse('{"key":"v-3706649a","path":"/404.html","title":"","lang":"en-US","frontmatter":{"layout":"NotFound"},"headers":[],"git":{},"filePathRelative":null}');export{t as data};
1 change: 1 addition & 0 deletions assets/404.html-ec94efa1.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{_ as e,o as c,c as t}from"./app-c95ebecd.js";const _={};function o(r,n){return c(),t("div")}const a=e(_,[["render",o],["__file","404.html.vue"]]);export{a as default};
10 changes: 10 additions & 0 deletions assets/app-c95ebecd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/back-to-top-8efcbe56.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions assets/index.html-34f253f3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/index.html-aa5047fb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/style-f8de3c48.css

Large diffs are not rendered by default.

Binary file added image/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions image/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ae17f4

Please sign in to comment.