Перенос чатов из другого репозитория
This commit is contained in:
21
StreamLabsChats/reira/generation 7/index.html
Normal file
21
StreamLabsChats/reira/generation 7/index.html
Normal file
@ -0,0 +1,21 @@
|
||||
<div id="chatbox" class="sl__chat__layout">
|
||||
<a class="font-1">1</a>
|
||||
</div>
|
||||
|
||||
<script type="text/template" id="chatlist_item">
|
||||
<message id="{messageId}">
|
||||
<mid>
|
||||
<author>{from}</author>
|
||||
<content>{message}</content>
|
||||
</mid>
|
||||
</message>
|
||||
</script>
|
||||
|
||||
<script type="text/template" id="chatlist_event">
|
||||
<event id="{messageId}">
|
||||
<main>
|
||||
<author>{author}</author>
|
||||
<content>{content}</content>
|
||||
</main>
|
||||
</event>
|
||||
</script>
|
||||
Reference in New Issue
Block a user