Initiali import

This commit is contained in:
2022-03-13 16:17:04 +01:00
parent 28e16a3a3c
commit 6d1360cbd1
64 changed files with 8481 additions and 1 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>