unoffical wafrn mirror wafrn.net
atproto social-network activitypub
at angular21 10 lines 354 B view raw
1<div class="relative"> 2 <button mat-stroked-button class="crash-button" (click)="rollToDie()"> 3 {{ 'profile.other.rollToCrash' | translate }} 4 </button> 5 @for (text of survivedTextList; track $index) { 6 <div class="top-0 mx-4 text-xl pointer-events-none survived-text"> 7 {{ 'profile.other.rollSurvived' | translate }} 8 </div> 9 } 10</div>