Add alpinejs dependency
This commit is contained in:
parent
881f77caff
commit
ba578b3c22
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
||||||
<title>The Pollen Prophet</title>
|
<title>The Pollen Prophet</title>
|
||||||
<script src="https://unpkg.com/htmx.org@1.6.1"></script>
|
<script src="https://unpkg.com/htmx.org@1.6.1"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
|
||||||
|
<script
|
||||||
|
defer
|
||||||
|
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
|
||||||
|
></script>
|
||||||
|
|
||||||
<link href="static/style.css" rel="stylesheet" />
|
<link href="static/style.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue