added control view

This commit is contained in:
2020-04-05 23:27:33 +02:00
parent 914e9a1f3d
commit 129e676335
7 changed files with 94 additions and 24 deletions

View File

@ -8,14 +8,17 @@
Play a nice game of cards?<br>
<br>
<strong>Player {{player}} view</strong>
<table style="width:100%">
<tr>
<ul>
{% for card in cards %}
<li>
<strong>>card {{loop.index}} is: {{card}} </strong><br>
</li>
{% endfor %}
<li>
<strong>Trump Card: {{trump_card}}</strong><br>
<strong>Trump Color: {{trump_color}}</strong><br>
</li>
<!--
<li>
<strong>Movie by IMDB code</strong><br>
@ -34,7 +37,7 @@
<a href="/api/movie/genre/sci-fi">GET /api/movie/genre/{genre}</a>
</li>
-->
</table>
</ul>
</p>
<p class="disclaimer">