feat: docker and versioning stuff

This commit is contained in:
2026-05-14 22:19:03 +02:00
parent d065d90fe1
commit 762b3ef0ab
9 changed files with 72 additions and 20 deletions
+10
View File
@@ -10,6 +10,9 @@ body {
padding: 96px 24px;
font: 20px Helvetica, sans-serif;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
h1 {
@@ -59,6 +62,13 @@ a:focus {
text-decoration: none;
}
.site-footer {
margin-top: auto;
padding-top: 48px;
font-size: 16px;
text-align: center;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);