Update ningle-fbr

This commit is contained in:
Akira Tempaku 2024-04-14 23:11:47 +09:00
commit 1045b38387
5 changed files with 22 additions and 20 deletions
src/components

0
src/components/.keep Normal file
View file

View file

@ -1,10 +0,0 @@
(defpackage #:hp/components/not-found
(:use #:cl)
(:local-nicknames (#:pi #:piccolo))
(:export #:not-found-page))
(in-package #:hp/components/not-found)
(pi:define-element not-found-page ()
(pi:h
(section
(h1 "404 Not Found"))))