summaryrefslogtreecommitdiff
path: root/components/index.html
diff options
context:
space:
mode:
authorGrailFinder <wohilas@gmail.com>2024-04-02 12:29:25 +0300
committerGrailFinder <wohilas@gmail.com>2024-04-02 12:29:25 +0300
commit925b7b7a6a6de1f40262d0fc96be7920b26b0021 (patch)
tree100895b2c086d5764565d44de2e18453b2a85ad2 /components/index.html
parent878b071112d7484fd9b22d70ee06afe895de9018 (diff)
Feat: add htmx to show|hide form
Diffstat (limited to 'components/index.html')
-rw-r--r--components/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html
index 6848f1a..b3da4ea 100644
--- a/components/index.html
+++ b/components/index.html
@@ -6,6 +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>
</head>
<body>
<div id="ancestor">
@@ -14,7 +15,7 @@
{{ template "UserScore" . }}
</div>
<div>
- {{ template "actionform" }}
+ {{ template "showformbtn" }}
</div>
</div>
</body>