Initital commit simple bio page

This commit is contained in:
2023-11-04 15:53:03 +01:00
commit 28502fe582
22 changed files with 2029 additions and 0 deletions

8
static/style.css Normal file
View File

@@ -0,0 +1,8 @@
html,
body {
font-family: monospace;
}
:root {
--selected-color: orange;
}