initial commit

This commit is contained in:
Jan Wolff 2022-11-05 20:00:03 +01:00
commit f6b4208301
116 changed files with 1156 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<head>
<title>{{ .Title }} | janw.name</title>
<meta name="generator" content="Hugo {{ hugo.Version }}">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link href="data:," rel="icon">
</head>