Initial commit

This commit is contained in:
MaxJa4
2024-01-14 22:06:53 +01:00
commit fe92068ad3
30 changed files with 1067 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{{ define "opp_player_list" }}
<label for="opponent-player-list" class="col-form-label col-form-label-lg pt-0">Spieler:</label>
<select multiple class="form-control form-control-lg overflow-auto border-secondary" id="opponent-player-list" size="10">
<!-- Player list items go here -->
</select>
{{ end }}