2023-09-06 10:07:34 +00:00
|
|
|
|
@extends('layouts.base')
|
|
|
|
|
<div class="min-h-screen hero">
|
|
|
|
|
<div class="text-center hero-content">
|
|
|
|
|
<div class="">
|
2024-03-25 09:41:44 +00:00
|
|
|
|
<p class="font-mono text-6xl font-semibold dark:text-warning">404</p>
|
2024-03-24 15:00:25 +00:00
|
|
|
|
<h1 class="mt-4 font-bold tracking-tight dark:text-white">How did you got here?</h1>
|
2023-09-06 10:07:34 +00:00
|
|
|
|
<p class="mt-6 text-base leading-7 text-neutral-300">Sorry, we couldn’t find the page you’re looking
|
|
|
|
|
for.
|
|
|
|
|
</p>
|
|
|
|
|
<div class="flex items-center justify-center mt-10 gap-x-6">
|
|
|
|
|
<a href="/">
|
|
|
|
|
<x-forms.button>Go back home</x-forms.button>
|
|
|
|
|
</a>
|
2024-01-26 07:39:54 +00:00
|
|
|
|
<a target="_blank" class="text-xs" href="{{ config('coolify.contact') }}">Contact
|
2023-09-06 10:07:34 +00:00
|
|
|
|
support
|
|
|
|
|
<x-external-link />
|
|
|
|
|
</a>
|
2023-06-07 13:08:35 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-06-15 11:28:16 +00:00
|
|
|
|
</div>
|
2023-09-06 10:07:34 +00:00
|
|
|
|
</div>
|