site/public/404.html
2024-10-16 12:36:51 +02:00

25 lines
No EOL
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="en"><head><title>Not Found</title><meta charset="utf-8"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com"/><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM Plex Mono&amp;family=Schibsted Grotesk:wght@400;700&amp;family=Source Sans Pro:ital,wght@0,400;0,600;1,400;1,600&amp;display=swap"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta property="og:title" content="Not Found"/><meta property="og:description" content="Not Found"/><meta property="og:image" content="https://assets.nexie.net/favicon.webp"/><meta property="og:width" content="1200"/><meta property="og:height" content="675"/><link rel="icon" href="https://assets.nexie.net/favicon.webp"/><meta name="description" content="Not Found"/><meta name="generator" content="Quartz"/><script src="https://kit.fontawesome.com/ccf5d53d30.js" crossorigin="anonymous"></script><link href="/index.css" rel="stylesheet" type="text/css" spa-preserve/><link href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.css" rel="stylesheet" type="text/css" spa-preserve/><script src="/prescript.js" type="application/javascript" spa-preserve></script><script type="application/javascript" spa-preserve>const fetchData = fetch("/static/contentIndex.json").then(data => data.json())</script></head><body data-slug="404"><div id="quartz-root" class="page"><div id="quartz-body"><div class="left sidebar"></div><div class="center"><div class="page-header"><header><a href="."><img width="100px" height="100px" src="https://assets.nexie.net/profileimage.webp" style="width:100px; height:100px"/></a><div class="homebar"><a class="hb-button" href="/">Home</a><a class="hb-button" href="/Characters">Characters</a><a class="hb-button" href="/Links">Where you can find me</a><a class="hb-button" href="/Projects">Projects</a><a class="hb-button" href="/Articles">Articles</a></div></header><div class="popover-hint"></div></div><article class="popover-hint"><h1>404</h1><p>Either this page is private or doesn't exist.</p></article></div><div class="right sidebar"></div></div><footer class><div><hr/><ul><li><a href="https://derg.social/@ulysia">Main social profile</a></li></ul><div class="rings"><div class="ring"><a class="ringbtn" href="https://fediring.net/previous?host=derg.cz"></a><a class="ringbtn" href="https://fediring.net/">Fediring</a><a class="ringbtn" href="https://fediring.net/random">Random</a><a class="ringbtn" href="https://fediring.net/next?host=derg.cz"></a></div></div></div><div class="btn8831-container "><div><div class="button-group"><div class="button-item"></div><div class="button-item"></div></div><hr/></div><div><div class="button-group"><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div><div class="button-item"></div></div></div></div></footer></div></body><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/contrib/copy-tex.min.js" type="application/javascript"></script><script type="application/javascript">function c(){let t=this.parentElement;t.classList.toggle("is-collapsed");let l=t.classList.contains("is-collapsed")?this.scrollHeight:t.scrollHeight;t.style.maxHeight=l+"px";let o=t,e=t.parentElement;for(;e;){if(!e.classList.contains("callout"))return;let n=e.classList.contains("is-collapsed")?e.scrollHeight:e.scrollHeight+o.scrollHeight;e.style.maxHeight=n+"px",o=e,e=e.parentElement}}function i(){let t=document.getElementsByClassName("callout is-collapsible");for(let s of t){let l=s.firstElementChild;if(l){l.addEventListener("click",c),window.addCleanup(()=>l.removeEventListener("click",c));let e=s.classList.contains("is-collapsed")?l.scrollHeight:s.scrollHeight;s.style.maxHeight=e+"px"}}}document.addEventListener("nav",i);window.addEventListener("resize",i);
</script><script type="module">
let mermaidImport = undefined
document.addEventListener('nav', async () => {
if (document.querySelector("code.mermaid")) {
mermaidImport ||= await import('https://cdnjs.cloudflare.com/ajax/libs/mermaid/10.7.0/mermaid.esm.min.mjs')
const mermaid = mermaidImport.default
const darkMode = document.documentElement.getAttribute('saved-theme') === 'dark'
mermaid.initialize({
startOnLoad: false,
securityLevel: 'loose',
theme: darkMode ? 'dark' : 'default'
})
await mermaid.run({
querySelector: '.mermaid'
})
}
});
</script><script type="application/javascript">
const socket = new WebSocket('ws://localhost:3001')
// reload(true) ensures resources like images and scripts are fetched again in firefox
socket.addEventListener('message', () => document.location.reload(true))
</script><script src="/postscript.js" type="module"></script></html>