-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
12 lines (12 loc) · 3.83 KB
/
Copy path404.html
File metadata and controls
12 lines (12 loc) · 3.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html><html lang="en-us"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Error 404 - Arno's Notebook</title><meta name="robots" content="noindex, follow"><meta name="generator" content="Publii Open-Source CMS for Static Site"><link rel="stylesheet" href="https://velarno.github.io/notes/media/plugins/mermaidSupport/mermaid-invert-filter.css"><link rel="alternate" type="application/atom+xml" href="https://velarno.github.io/notes/feed.xml" title="Arno's Notebook - RSS"><link rel="alternate" type="application/json" href="https://velarno.github.io/notes/feed.json" title="Arno's Notebook - JSON"><meta property="og:title" content="Arno's Notebook"><meta property="og:site_name" content="Arno's Notebook"><meta property="og:description" content=""><meta property="og:url" content="https://velarno.github.io/notes/"><meta property="og:type" content="website"><link rel="preload" href="https://velarno.github.io/notes/assets/dynamic/fonts/spacegrotesk/spacegrotesk.woff2" as="font" type="font/woff2" crossorigin><link rel="stylesheet" href="https://velarno.github.io/notes/assets/css/style.css?v=20884152ad1f18b43a713f6a60ce156b"><script type="application/ld+json">{"@context":"http://schema.org","@type":"Organization","name":"Arno's Notebook","url":"https://velarno.github.io/notes/"}</script><noscript><style>img[loading] {
opacity: 1;
}</style></noscript></head><body class="error-template"><div class="container container--center"><header class="header"><div class="header__logo"><a class="logo" href="https://velarno.github.io/notes/">Arno's Notebook</a></div><nav class="navbar js-navbar"><button class="navbar__toggle js-toggle" aria-label="[MISSING TRANSLATION]" aria-haspopup="true" aria-expanded="false"><span class="navbar__toggle-box"><span class="navbar__toggle-inner">[MISSING TRANSLATION]</span></span></button><ul class="navbar__menu"><li class="has-submenu"><a href="https://velarno.github.io/notes/tags/python/" target="_self" aria-haspopup="true">Python</a><ul class="navbar__submenu level-2" aria-hidden="true"><li><a href="https://velarno.github.io/notes/tags/uv/" target="_self">uv</a></li></ul></li><li><a href="https://velarno.github.io/notes/topics/">Topics</a></li></ul></nav></header><main class="content page page--error"><div class="page__header"><h1 class="page__title page--error__title">[MISSING TRANSLATION]</h1><p class="h4">[MISSING TRANSLATION]</p><p>[MISSING TRANSLATION]</p><a href="https://velarno.github.io/notes/" class="read-more">← [MISSING TRANSLATION]</a></div></main><footer class="footer"><div class="footer__inner"><div class="footer__copyright"><p>Hastily written by Arno :: Fueled by curiosity :: Theme is <a href="https://github.com/panr/hugo-theme-terminal" title="Hugo Terminal theme" target="_blank" rel="noopener">Terminal</a></p></div></div></footer></div><script defer="defer" src="https://velarno.github.io/notes/assets/js/scripts.min.js?v=c2232aa7558e9517946129d2a1b8c770"></script><script>window.publiiThemeMenuConfig={mobileMenuMode:'sidebar',animationSpeed:300,submenuWidth: 'auto',doubleClickTime:500,mobileMenuExpandableSubmenus:true,relatedContainerForOverlayMenuSelector:'.top'};</script><script>var images = document.querySelectorAll('img[loading]');
for (var i = 0; i < images.length; i++) {
if (images[i].complete) {
images[i].classList.add('is-loaded');
} else {
images[i].addEventListener('load', function () {
this.classList.add('is-loaded');
}, false);
}
}</script><script src="https://velarno.github.io/notes/media/plugins/mermaidSupport/mermaid.min.js"></script><script>mermaid.initialize({ startOnLoad: true, theme: "dark" });</script></body></html>