Add public directory

This commit is contained in:
Akira Tempaku 2024-02-24 11:44:10 +09:00
commit fd294a00af
4 changed files with 16 additions and 5 deletions
src/routes

View file

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