Changes to file structure

This commit is contained in:
2024-04-30 15:37:44 -06:00
parent 805f06443d
commit c501f39cf1
8311 changed files with 1 additions and 863870 deletions

View File

@@ -0,0 +1,20 @@
<div class="player-card" id="player-card">
<div class="player-card-body">
<table class="table">
<thead>
<tr>
<th>Player Name</th>
<th>Nationality</th>
<th>Position</th>
</tr>
</thead>
<tbody>
<tr>
<td>persons.name</td>
<td>persons.nationality</td>
<td>persons.position</td>
</tr>
</tbody>
</table>
</div>
</div>