Files
blank-white-cards/apps/bwc_web/lib/bwc_web/templates/page/game.html.eex
T
2020-12-28 14:35:10 -08:00

19 lines
416 B
Elixir

<div style="margin:0 auto; width: 800px; text-align:center;">
<h1></h1>
<div class="picture">
<img height=200px src="<%= Routes.static_path(@conn, "/images/logo.png") %>"/>
</div>
<div class="description">
<h2><%= @status %></h2>
<i>Cards in the pot: <%= length(@cards) %></i>
</div>
<hr/>
<div class="create">
What are you waiting for?
<a href="/create">
Create a card!
</a>
</div>
</div>