add medals table

This commit is contained in:
Fabrice Lamant
2024-08-04 12:03:04 +02:00
parent fc0b7e7d63
commit b6bf9ad1c1
18 changed files with 18208 additions and 1245 deletions

View File

@ -25,3 +25,15 @@ html {
.red {
color: #EE334E;
}
.gold {
color: #FFD700;
}
.silver {
color: #C0C0C0;
}
.bronze {
color: #CD7F32;
}