This commit is contained in:
2026-01-18 18:08:39 +01:00
parent 344e328c25
commit 69ee9dfb2f
4 changed files with 19 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
</head>
<body onload="javascript:fetch_data()">
<h2>Conversations:</h2>
<div id="messages">
<div id="messages" style="display: flex; flex-direction: column;">
</div>
</body>