This commit is contained in:
2025-02-12 01:05:18 +07:00
commit c867c9e730
9 changed files with 604 additions and 0 deletions

19
static/css/style.css Normal file
View File

@@ -0,0 +1,19 @@
.loading-spinner {
display: none;
text-align: center;
margin-top: 20px;
}
.score-container {
display: flex;
align-items: center;
gap: 10px;
margin-top: 20px;
}
.score-container canvas {
width: 80px !important;
height: 80px !important;
}
.score-text {
font-size: 1.2rem;
font-weight: bold;
}