13 lines
339 B
Plaintext
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>
|