mirror of
https://github.com/perstarkse/minne.git
synced 2026-06-28 04:46:35 +02:00
7b850769c9
Avoid nested forms in the scratchpad editor, centralize modal lifecycle in modal.js, return HTMX partials from archive, and add template compile plus layout snapshots.
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
---
|
|
source: html-router/tests/router_integration.rs
|
|
expression: main
|
|
---
|
|
|
|
|
|
<main class="container justify-center flex-grow flex mx-auto mt-4">
|
|
<div class="flex flex-col space-y-4 text-center justify-center">
|
|
|
|
<h1 class="text-2xl font-bold text-error">
|
|
404
|
|
</h1>
|
|
<p class="text-2xl my-4">Page Not Found</p>
|
|
<p class="text-base-content/60">The page you're looking for doesn't exist or was removed.</p>
|
|
<a href="/" class="btn btn-primary mt-8">Go Home</a>
|
|
|
|
</div>
|