Implement layout (wip)

This commit is contained in:
Akira Tempaku 2024-04-25 17:19:40 +09:00
commit b62a2dd8c4
13 changed files with 69 additions and 36 deletions
src/routes

View file

@ -7,7 +7,7 @@
(pi:define-element page ()
(pi:h
(div (view:cmp-props :css "pages/index.css")
(div :data-css "pages/index.css"
(h1 "Hello, World!"))))
(defun handle-get (params)