This commit is contained in:
2026-06-12 23:22:44 +02:00
parent dcf9e833eb
commit 9b230a08a9
59 changed files with 1272 additions and 50 deletions

View File

@@ -0,0 +1,4 @@
footer {
border-top: 1px solid #222;
margin-top: 1rem;
}

View File

@@ -0,0 +1,4 @@
header {
border-bottom: 1px solid #222;
margin-bottom: 1rem;
}

View File

@@ -0,0 +1,15 @@
@import "components/header.css";
@import "components/footer.css";
body {
color: #222;
font-family: sans-serif;
line-height: 1.5;
margin: 1rem;
max-width: 768px;
}
a {
color: #00e;
text-decoration: none;
}

View File

@@ -0,0 +1 @@
console.log('This site was generated by Hugo.');