Add header
This commit is contained in:
parent
430c1ee5a8
commit
ceea9f2b5a
8 changed files with 97 additions and 15 deletions
src/routes
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue