Add alpine.js

This commit is contained in:
Akira Tempaku 2024-02-21 20:42:41 +09:00
parent 998756e0da
commit c56d072da4
8 changed files with 15 additions and 31 deletions
src/components

View file

@ -9,8 +9,10 @@
(html
(head
(title "skyizwhite.dev")
(script :src "/static/htmx.min.js")
(link :href "/static/main.css" :rel "stylesheet")
(link :href "/static/tailwind.css" :rel "stylesheet"))
(body :class "h-[100svh]"
pi:children))))
(script :src "/static/vendor/htmx.min.js")
(script :defer t :src "/static/vendor/alpine.min.js")
(link :href "/static/style/main.css" :rel "stylesheet")
(link :href "/static/style/tailwind.css" :rel "stylesheet"))
(body :class "h-[100svh] w-screen"
(main :class "h-full"
pi:children)))))