Files
coolify/resources/views/errors/404.blade.php
T

12 lines
304 B
PHP

@extends('layouts.base')
@section('body')
<body class="text-black dark:text-inherit">
<x-toast />
<x-error-page
code="404"
title="How did you get here?"
description="Sorry, we couldn't find the page you're looking for." />
</body>
@endsection