19 lines
416 B
Elixir
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>
|