Remove node

This commit is contained in:
Akira Tempaku 2024-04-11 23:01:47 +09:00
commit 0441d03206
17 changed files with 163 additions and 2406 deletions
src/routes

View file

@ -10,14 +10,7 @@
(pi:define-element page ()
(pi:h
(cmp:layout
(section :class "h-full flex justify-center items-center"
(div :class "flex flex-col items-center gap-2"
(div :class "avatar"
(div :class "w-32 mask mask-squircle"
(img :src "/img/me.jpg")))
(p :class "text-primary text-3xl text-center"
"Hello, World!"))))))
(div)))
;;; Controller