-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit db71b76
Showing
11 changed files
with
191 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.45"> | ||
<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> | ||
<title>Terminalle</title><meta name="description" content="A fancy drop-down terminal emulateur."> | ||
<link rel="modulepreload" href="/terminalle/assets/app.b1bd2922.js"><link rel="modulepreload" href="/terminalle/assets/404.html.56d4946c.js"><link rel="modulepreload" href="/terminalle/assets/404.html.f166316b.js"><link rel="prefetch" href="/terminalle/assets/index.html.20a368e9.js"><link rel="prefetch" href="/terminalle/assets/index.html.582635a7.js"><link rel="prefetch" href="/terminalle/assets/404.c72c75ab.js"><link rel="prefetch" href="/terminalle/assets/Layout.f55ad4d6.js"> | ||
<link rel="stylesheet" href="/terminalle/assets/style.18a398e2.css"> | ||
</head> | ||
<body> | ||
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>Looks like we've got some broken links.</blockquote><a href="/terminalle/" class="">Take me home</a></div></div><!----><!--]--></div> | ||
<script type="module" src="/terminalle/assets/app.b1bd2922.js" defer></script> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
import{_}from"./app.b1bd2922.js";const e={};function r(t,c){return null}var f=_(e,[["render",r],["__file","404.html.vue"]]);export{f as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
const t={key:"v-3706649a",path:"/404.html",title:"",lang:"en-US",frontmatter:{layout:"404"},excerpt:"",headers:[],git:{},filePathRelative:null};export{t as data}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.