rena chat gen 1

This commit is contained in:
2025-08-13 21:58:06 +03:00
parent 71f3e1b27a
commit 5de5982e9e
3 changed files with 788 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<div id="chatbox" class="sl__chat__layout">
<a class="font-1">1</a>
<a class="font-2">2</a>
</div>
<script type="text/template" id="chatlist_item">
<message id="{messageId}">
<top>
<author>{from}</author>
</top>
<bottom>
<content>{message}</content>
</body>
</message>
</script>