coolify/resources/views/errors/404.blade.php
Andras Bacsai 8ae56587d5
feat(ui): Shadow UI redesign, domain management, and DNS autoconfigure (#11119)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
2026-08-03 23:11:54 +02:00

11 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