Display login message

This commit is contained in:
2025-10-08 17:05:31 +02:00
parent a6c47cf2e6
commit e2497867f0

View File

@@ -1,7 +1,11 @@
<x-app-layout> <x-app-layout>
<div class="container my-24 mx-auto md:px-6 z-10 relative"> <div class="container my-24 mx-auto md:px-6 z-10 relative">
<p class="leading-normal font-bold text-lg text-rose-600 text-center"> <p class="leading-normal font-bold text-2xl text-rose-600 text-center">
(╥﹏╥) (╥﹏╥)
</p> </p>
<br>
<p class="leading-normal font-bold text-lg text-rose-600 text-center">
Please login to view this hentai!
</p>
</div> </div>
</x-app-layout> </x-app-layout>