add images, base index page, robots.txt and stylesheet

This commit is contained in:
2026-02-21 02:00:36 +01:00
parent 8a2d0f8940
commit 9286264bc3
299 changed files with 170 additions and 0 deletions

34
style.css Normal file
View File

@@ -0,0 +1,34 @@
html {
color-scheme: light dark;
}
body {
font-family: monospace;
font-size: 1.125rem;
}
img {
max-width: 100%;
display: block;
}
main {
width: min(75ch, 100% - 4rem);
margin-inline: auto;
}
.buttons {
image-rendering: crisp-edges;
image-rendering: pixelated;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.buttons img {
max-width: 88px;
max-height: 31px;
height: auto;
object-fit: contain;
}