2024-05-09 21:28:48 +02:00
|
|
|
<.flash_group flash={@flash} />
|
2024-05-09 21:49:52 +02:00
|
|
|
|
|
|
|
<div class="flex justify-center items-center h-screen">
|
|
|
|
<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>
|
2024-05-09 22:14:54 +02:00
|
|
|
<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>
|