release: 2026-04-05-093536

This commit is contained in:
He4eT 2026-04-05 09:35:37 +02:00
commit f0052a982b
78 changed files with 6503 additions and 0 deletions

24
docs/css/index.css Normal file
View file

@ -0,0 +1,24 @@
ul {
list-style: none;
margin: 0;
}
li {
font-size: 2rem;
margin-left: 6%;
}
li::before {
content: '/ ';
white-space: pre;
}
li:first-child {
font-size: 1.5rem;
margin-left: 0;
margin-bottom: 10%;
}
li:first-child::before {
content: '';
}