Initial import

This commit is contained in:
2021-12-02 07:38:59 +01:00
parent af2436a676
commit 522cad2ff8
77 changed files with 4607 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<div class="chat-message-header">
<img class="actor-icon" src="{{actorImg}}" alt="{{alias}}" />
<h4 class=chat-actor-name>{{defenderName}}</h4>
</div>
<hr>
<div >
{{defenderName}} wins the opposition against {{attackerName}} !
</div>
</div>