Remove node
This commit is contained in:
parent
527d017e34
commit
0441d03206
17 changed files with 163 additions and 2406 deletions
src/routes
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue