Clean the client code and add an empty settings page

This commit is contained in:
2026-03-08 22:14:59 +01:00
parent a54d72f160
commit e94b50e8c3
7 changed files with 231 additions and 34 deletions

View File

@@ -55,6 +55,14 @@ body {
justify-content: center;
}
.content h2 {
font-size: 32px;
color: var(--text-color);
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.content button {
width: 200px;
height: 50px;