This commit is contained in:
2026-05-25 22:53:28 +02:00
parent 77ff06348a
commit e1fe3e1bc5
96 changed files with 18132 additions and 590 deletions

View File

@@ -1,98 +1,100 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>My New Hugo Project</title>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="">
<meta name="generator" content="Hugo 0.161.1">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="/ananke/css/main.fe543ec729f225f1a33caed07775c832a416476900d82ba51765d6ead9de6758.css" integrity="sha256-/lQ&#43;xynyJfGjPK7Qd3XIMqQWR2kA2CulF2XW6tneZ1g=" crossorigin="anonymous">
<!doctype html>
<html
lang="en-us"
dir="ltr"
>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<title>
404 Page not found | Thomas Internet Garden
</title>
<link rel="canonical" href="http://localhost:1313/404.html" />
<meta property="og:title" content="404 Page not found" />
<meta
property="og:type"
content="website"
/>
<meta property="og:url" content="http://localhost:1313/404.html" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="404 Page not found" />
<link rel="apple-touch-icon" sizes="57x57" href="/favicon_io/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon_io/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon_io/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon_io/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon_io/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon_io/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon_io/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon_io/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon_io/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicon_io/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon_io/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/favicon_io/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicon_io/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body>
<a href="#main-content" class="skip-link">Skip to content</a>
<header role="banner"><nav class="path-nav" aria-label="Breadcrumb">
<ol>
<link rel="canonical" href="https://example.org/404.html">
<li>
/
<a href="/">Thomas Internet Garden</a>
/
</li>
<li class="current">
<a href="/404.html">404 Page not found</a>
<meta property="og:url" content="https://example.org/404.html">
<meta property="og:site_name" content="My New Hugo Project">
<meta property="og:title" content="404 Page not found">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="website">
</li>
<meta itemprop="name" content="404 Page not found">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="404 Page not found">
</head><body class="ma0 avenir bg-near-white production is-404">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l center items-center justify-between">
<a href="/" class="f3 fw2 hover-white white-90 dib no-underline">
My New Hugo Project
</a>
<div class="flex-l items-center">
<div class="ananke-socials"></div>
</div>
</div>
</ol>
</nav>
</div>
</header>
<main class="pb7" role="main">
</header>
<main id="main-content" role="main">
<h1>404 - Page Not Found</h1>
<p>The page you're looking for doesn't exist or has been moved.</p>
<nav aria-label="404 navigation">
<ul>
<li><a href="/">← Return to homepage</a></li>
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
</main>
<footer class="bg-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3 no-underline" href="https://example.org/" >
&copy; My New Hugo Project 2026
</a>
<div><div class="ananke-socials"></div>
</div>
</div>
</ul>
</nav>
</main>
<footer role="contentinfo"><p role="contentinfo">
&copy; Copyright 2026 &middot;
Thomas
</p>
</footer>
</body>
</html>