Add alpine.js
This commit is contained in:
parent
998756e0da
commit
c56d072da4
8 changed files with 15 additions and 31 deletions
src/components
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue