Init system

This commit is contained in:
2022-11-27 08:58:19 +01:00
parent 464ee3ad1d
commit ea18464bf7
68 changed files with 6633 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>