Add header

This commit is contained in:
Akira Tempaku 2024-04-26 04:04:41 +09:00
parent 430c1ee5a8
commit ceea9f2b5a
8 changed files with 97 additions and 15 deletions
src/routes

View file

@ -10,8 +10,10 @@
:description "お探しのページは見つかりませんでした。"))
(define-element page ()
(section
(h1 "404 Not Found")))
(div :class "h-full place-content-center"
(h1
:class "text-rose-400 text-4xl text-center"
"404 Not Found")))
(defun handle-not-found ()
(view:render (page)