Перенос чатов из другого репозитория
This commit is contained in:
23
StreamLabsChats/rechumoe/generation 2/index.html
Normal file
23
StreamLabsChats/rechumoe/generation 2/index.html
Normal file
@ -0,0 +1,23 @@
|
||||
<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>
|
||||
<rechumoe></rechumoe>
|
||||
<author>{from}</author>
|
||||
</top>
|
||||
<content>{message}</content>
|
||||
</message>
|
||||
</script>
|
||||
|
||||
<script type="text/template" id="chatlist_event">
|
||||
<event id="{messageId}">
|
||||
<main>
|
||||
<gif-1></gif-1>
|
||||
<gif-2></gif-2>
|
||||
<content>{author} {content} ♡</content>
|
||||
</main>
|
||||
</event>
|
||||
</script>
|
||||
Reference in New Issue
Block a user