Ran the hugo build once
This commit is contained in:
214
public/de/404.html
Normal file
214
public/de/404.html
Normal file
@@ -0,0 +1,214 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<title>404 Page not found :: Privacynerd's blog</title>
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="" />
|
||||
<meta name="keywords" content="" />
|
||||
|
||||
<meta name="robots" content="noodp" />
|
||||
|
||||
<link rel="canonical" href="https://blog.privacynerd.de/de/404.html" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://blog.privacynerd.de/styles.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="https://blog.privacynerd.de/img/theme-colors/green.png">
|
||||
<link rel="apple-touch-icon" href="https://blog.privacynerd.de/img/theme-colors/green.png">
|
||||
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
||||
|
||||
<meta name="twitter:site" content="" />
|
||||
|
||||
<meta name="twitter:creator" content="" />
|
||||
|
||||
|
||||
|
||||
<meta property="og:locale" content="de" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="404 Page not found">
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:url" content="https://blog.privacynerd.de/de/404.html" />
|
||||
<meta property="og:site_name" content="Privacynerd's blog" />
|
||||
|
||||
|
||||
<meta property="og:image" content="https://blog.privacynerd.de/img/favicon/green.png">
|
||||
|
||||
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="627">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body class="green">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container center headings--one-size">
|
||||
|
||||
<header class="header">
|
||||
<div class="header__inner">
|
||||
<div class="header__logo">
|
||||
<a href="/de">
|
||||
<div class="logo">
|
||||
Privacynerd's blog
|
||||
</div>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
|
||||
<ul class="menu menu--mobile">
|
||||
<li class="menu__trigger">Menu ▾</li>
|
||||
<li>
|
||||
<ul class="menu__dropdown">
|
||||
|
||||
|
||||
<li><a href="/de/about">Über</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/de/posts">Posts</a></li>
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
|
||||
<li>
|
||||
<a href="https://blog.privacynerd.de/en/">English</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="https://blog.privacynerd.de/de/">Deutsch</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
<ul class="menu menu--desktop menu--language-selector">
|
||||
|
||||
<li class="menu__trigger">de ▾</li>
|
||||
<li>
|
||||
<ul class="menu__dropdown">
|
||||
|
||||
|
||||
<li><a href='/en/404.html'>English</a></li>
|
||||
|
||||
|
||||
<li><a href='/de/404.html'>Deutsch</a></li>
|
||||
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<nav class="navigation-menu">
|
||||
<ul class="navigation-menu__inner menu--desktop">
|
||||
|
||||
|
||||
|
||||
|
||||
<li><a href="/de/about" >Über</a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/de/posts" >Posts</a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<div class="post">
|
||||
<h1 class="post-title">404 — Seite konnte nicht gefunden werden...</h1>
|
||||
|
||||
<div class="post-content">
|
||||
<a href="https://blog.privacynerd.de/">Zurück zur Startseite →</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer__inner">
|
||||
|
||||
<div class="copyright copyright--user">
|
||||
<span>© 2025 Benjamin Burkhardt</span>
|
||||
|
||||
<span style="margin-right: 10px">:: <a href="https://privacynerd.de/impressum?referrer=https%3a%2f%2fblog.privacynerd.de%2f" target="_blank">Impressum</a></span>
|
||||
<span>:: <a href="https://github.com/mirus-ua/hugo-theme-re-terminal" target="_blank">Theme</a> von <a href="https://github.com/mirus-ua" target="_blank">Mirus</a> (angepasst)</span>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="/bundle.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user