Added a real app fo helper/info button (dialog before)

This commit is contained in:
Vlyan
2021-01-05 12:29:13 +01:00
parent 1a292feee2
commit 29b21b7d1c
6 changed files with 95 additions and 67 deletions

View File

@@ -0,0 +1,10 @@
<form class="l5r5e help-dialog" autocomplete="off">
<p>{{localize 'l5r5e.logo.content'}}</p>
<button name="edge"><i class="fas fa-check"></i> {{localize 'l5r5e.logo.edge'}}</button>
<button name="drivethrurpg"><i class="fas fa-check"></i> {{localize 'l5r5e.logo.drivethrurpg'}}</button>
<button name="discord"><i class="fas fa-check"></i> {{localize 'l5r5e.logo.discord'}}</button>
</form>