Skip to content

Commit

Permalink
chore: Bump htmx (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek authored Jun 21, 2024
1 parent 7703222 commit 382c235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/web/templ/page/index.templ
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ templ Index(body templ.Component) {
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="https://unpkg.com/htmx.org@1.9.12"></script>
<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/response-targets.js"></script>
<script src="https://unpkg.com/htmx.org@2.0.0"></script>
<script src="https://unpkg.com/htmx-ext-response-targets@2.0.0/response-targets.js"></script>
<link href="https://cdn.jsdelivr.net/npm/@picocss/pico@next/css/pico.min.css" rel="stylesheet"/>
<script type="module" src="https://unpkg.com/ionicons@7.3.1/dist/ionicons/ionicons.esm.js"></script>
<link href="/static/custom.css" rel="stylesheet"/>
Expand Down

0 comments on commit 382c235

Please sign in to comment.