Files
hstream/resources/views/auth/please-login.blade.php
2025-10-08 17:05:31 +02:00

11 lines
373 B
PHP

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