Transfer von GitLab

This commit is contained in:
Florian Otto
2026-04-13 23:59:49 +02:00
parent 8f3f5fd1cf
commit c4651e518d
33 changed files with 1504 additions and 1 deletions
+35
View File
@@ -0,0 +1,35 @@
/* styles/statistics.css */
body {
font-family: sans-serif;
padding: 10px;
width: 300px;
}
header h1 {
font-size: 20px;
margin-bottom: 10px;
}
#stats p {
font-size: 16px;
margin: 10px 0;
}
#share-option {
margin-top: 20px;
}
button {
padding: 8px;
font-size: 14px;
cursor: pointer;
}
footer {
margin-top: 15px;
font-size: 10px;
text-align: center;
color: #666;
}