Initial implementation of the chat application with MariaDB and ArangoDB integration, including Docker setup and web interface.

This commit is contained in:
st-server
2026-01-06 15:26:14 +01:00
parent f0e2fd294b
commit b3f6ecb1bc
13 changed files with 296 additions and 0 deletions

4
web/style.css Normal file
View File

@@ -0,0 +1,4 @@
#chat-container { width: 500px; margin: auto; }
#messages { border: 1px solid #ccc; height: 400px; overflow-y: scroll; padding: 5px; margin-bottom: 5px; }
input { width: 80%; margin-bottom: 5px; }
button { width: 18%; }