websocket and showable messages working

This commit is contained in:
maxstrb 2025-11-06 11:47:06 +01:00
parent 01e9b47bc7
commit 27513863cf
5 changed files with 15 additions and 4 deletions

View file

@ -10,6 +10,10 @@ html {
height: 100%;
}
li {
color: #fff;
}
body {
display: flex;
flex-direction: row;