Files
Website/resources/views/errors/404.blade.php
2024-04-22 18:42:19 +10:00

12 lines
455 B
PHP

<x-layout>
<div class="flex h-full mt-8 mb-4 gap-8">
<div class="flex basis-1/3 justify-end items-center">
<img src="/sad-monster.webp" alt="Sad Monster" class="w-48 h-48">
</div>
<div class="flex flex-col justify-center">
<h2 class="text-5xl font-bold text-sky-700 mb-4">404</h2>
<p class="text-lg text-sky-700">That page was not found around here</p>
</div>
</div>
</x-layout>