here-i-am/lib/here_i_am_web/controllers/page_html/home.html.heex

13 lines
339 B
Plaintext

<.flash_group flash={@flash} />
<div class="container mx-auto text-center py-10">
<article class="prose mx-auto px-4">
<p>
This site allows you to set a message to play when your device connects to the network.
</p>
<a href="/devices">
<.button class="mt-5">Manage Devices</.button>
</a>
</article>
</div>