blob: ff3e1ef8a3628744c59bdae4f61bec22174d3113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Categories | Home</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="color-scheme" content="dark light">
<link rel="stylesheet" href="/style.css">
</head>
<body><nav>
<a href="/" title="Home">Home</a>
<a href="/blog/" title="Blog">Blog</a>
<a href="/projects/" title="Projects">Projects</a>
<a href="/about/" title="About">About</a>
<span class="spacer"></span>
<a href="https://git.jaseg.de/" title="cgit">cgit</a>
<a href="https://github.com/jaseg" title="Github">Github</a>
<a href="https://gitlab.com/neinseg" title="Gitlab">Gitlab</a>
<a href="https://chaos.social/jaseg" title="Mastodon">Mastodon</a>
</nav>
<header>
<h1>Categories</h1>
<ul class="breadcrumbs">
<li><a href="/">jaseg.de</a></li><li><a href="/categories/">Categories</a></li>
</ul>
</header>
<main class="cards">
</main><footer>
Copyright © 2023 Jan Sebastian Götte
/ <a href="http://jaseg.de/about/">About</a>
/ <a href="http://jaseg.de/imprint/">Imprint</a>
</footer>
</body>
</html>
|