implements basic header and installs oat

This commit is contained in:
Dennis Schoepf 2026-02-17 23:51:42 +01:00
parent 0c4f160800
commit 74b979704f
8 changed files with 1147 additions and 2466 deletions

View file

@ -0,0 +1,19 @@
---
---
<header>
<h1>dnsc</h1>
</header>
<style>
header {
display: flex;
justify-content: center;
padding: 1rem;
}
h1 {
font-family: var(--font-fancy);
}
</style>