Files
Widgets/StreamLabsChats/miyuchiq/generation 1/index.html
2025-08-31 00:21:27 +03:00

15 lines
326 B
HTML

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