Перенос чатов из другого репозитория

This commit is contained in:
2025-08-08 06:20:42 +03:00
commit f6b3c6650c
31 changed files with 6322 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<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>
<flag />
</body>
</message>
</script>