Initial commit.

This commit is contained in:
Simon Brooke 2026-08-26 17:50:14 +01:00
commit b2e2fde818
36 changed files with 1475 additions and 0 deletions

3
content/css/example.css Normal file
View file

@ -0,0 +1,3 @@
a {
text-decoration-style: dashed;
}

View file

@ -0,0 +1,5 @@
body {
a {
text-decoration-style: dashed;
}
}