freedive/lib/freedive_web/controllers/page_html/home.html.heex

12 lines
376 B
Text
Raw Normal View History

2024-05-09 21:28:48 +02:00
<.flash_group flash={@flash} />
2024-05-09 23:08:49 +02:00
<div class="flex justify-center items-center">
<div class="bg-white p-4 shadow-lg rounded-lg">
<Lucideicons.triangle_alert class="h-48 w-48" aria-hidden />
<h1 class="text-xl">Under Construction!</h1>
<p class="text-gray-500 text-center my-4">
<Liliform.button id="btn_test">Test</Liliform.button>
</p>
2024-05-09 21:28:48 +02:00
</div>
</div>