Files
stimmung/lib/stimmung_web/controllers/page_html/home.html.heex

6 lines
177 B
Plaintext
Raw Normal View History

2025-03-27 11:04:23 +01:00
<.flash_group flash={@flash} />
2025-03-27 11:53:55 +01:00
<div class="prose mx-auto py-2 w-screen md:w-1/2">
<p class="text-neutral">Neue Abstimmung</p>
<button class="btn">Erstellen</button>
2025-03-27 11:04:23 +01:00
</div>