mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-02-24 12:09:59 +01:00
commit e5905358dc20cea2fcc41b3580c4985e8ac53217 Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 22:56:14 2025 +0200 chore: update changelog commit 2696a29ffdc6deb930b8ffb6f92cae21b176e853 Author: Alex Lion <dev@alexandrelion.com> Date: Mon Jul 7 22:52:11 2025 +0200 Change js file to css and migrate css classes commit 19093360ed2404f956d799c0a9ec1656c9fa1a74 Author: Alex Lion <dev@alexandrelion.com> Date: Sat Jul 5 19:28:34 2025 +0200 chore: upgrade to tailwind 4+ commit 75312e8b3d3c9fd25137189e7020994640a0f901 Author: Alex Lion <dev@alexandrelion.com> Date: Thu Jul 3 16:59:58 2025 +0200 chore: remove useless files
22 lines
929 B
Plaintext
22 lines
929 B
Plaintext
<div>
|
|
<div class="relative h-screen bg-black flex justify-center items-center">
|
|
<div class="max-w-xl text-center">
|
|
<p class="text-4xl font-bold text-gray-100 flex items-center justify-center gap-x-2">
|
|
<span>{gettext("Oops")}</span>
|
|
</p>
|
|
<div class="my-8">
|
|
<p class="text-gray-200 font-bold">
|
|
{gettext("You cannot perform this action")}
|
|
</p>
|
|
<pre class="text-gray-200 my-4 text-sm bg-gray-800 p-2 rounded-lg"><%= @msg %></pre>
|
|
</div>
|
|
<button
|
|
class="mx-auto mt-8 flex justify-center text-white p-4 rounded-md tracking-wide font-bold focus:outline-hidden focus:shadow-outline shadow-lg bg-linear-to-tl from-primary-500 to-secondary-500 bg-size-[200%_200%] bg-position-[0%_0%] hover:bg-position-[100%_100%] transition-all duration-500"
|
|
onclick="window.close()"
|
|
>
|
|
{gettext("Close")}
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|