add stats page

This commit is contained in:
Tykayn 2025-05-02 12:09:40 +02:00 committed by tykayn
parent fca7661ad8
commit 8c6dbae3e6
5 changed files with 108 additions and 8 deletions

View file

@ -20,4 +20,12 @@
display: flex;
justify-content: space-between;
}
img {
width: 95vw;
}
.description {
color: #555;
}
}