feat(ui): added rules

added /rules to webui
This commit is contained in:
LQ63
2025-10-23 09:32:24 +02:00
parent c168ae7dc0
commit 9d8f597792
4 changed files with 73 additions and 1 deletions

View File

@@ -110,6 +110,11 @@
align-items: center;
height: 100%;
}
#rules {
color: white;
font-size: 1.5em;
font-family: Arial;
}
</style>
</head>