diff options
author | Grail Finder <wohilas@gmail.com> | 2025-03-29 14:53:55 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-03-29 14:53:55 +0300 |
commit | fd984eb3173ba9f7f3c9b9e073881e91ce2b4361 (patch) | |
tree | 9a6831c30feb921c6879e19aeb314b4e258877c8 | |
parent | 194e66b403fd6cb101707c26908c1bc6d81a6555 (diff) |
Dep: update htmx
-rw-r--r-- | components/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html index 0c51047..76ba0a4 100644 --- a/components/index.html +++ b/components/index.html @@ -6,7 +6,7 @@ <meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1"/> <link rel="stylesheet" type="text/css" href="/assets/style.css" /> <link rel="icon" sizes="64x64" href="/assets/favicon/wolfhead_negated.ico" /> - <script src="https://unpkg.com/htmx.org@1.9.11" integrity="sha384-0gxUXCCR8yv9FM2b+U3FDbsKthCI66oH5IA9fHppQq9DDMHuMauqq1ZHBpJxQ0J0" crossorigin="anonymous"></script> + <script src="https://unpkg.com/htmx.org@2.0.4" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+" crossorigin="anonymous"></script> </head> <body> <div id="ancestor"> |