/
dimamir
/
coolify
Обзор
Документация
Войти
/
dimamir
/
coolify
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
resources/views/errors/404.blade.php
19 строк
776 B
peaklabs-dev
use one constants file
12 ноя 2024, 17:18
12 ноя 2024, 17:18
1c5ddab
Код
Авторство
О чём код?
@extends('layouts.base') <div class="flex flex-col items-center justify-center h-full"> <div> <p class="font-mono font-semibold text-7xl dark:text-warning">404</p> <h1 class="mt-4 font-bold tracking-tight dark:text-white">How did you got here?</h1> <p class="text-base leading-7 text-neutral-300">Sorry, we couldn’t find the page you’re looking for. </p> <div class="flex items-center mt-10 gap-x-6"> <a href="/"> <x-forms.button>Go back home</x-forms.button> </a> <a target="_blank" class="text-xs" href="{{ config('constants.urls.contact') }}">Contact support <x-external-link /> </a> </div> </div> </div>