summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoreikek <701128+eikek@users.noreply.github.com>2024-10-05 09:40:57 +0200
committerGitHub <noreply@github.com>2024-10-05 09:40:57 +0200
commit8a60c695bf385a55165898a474b4bb6581d2d9f3 (patch)
treed046dfd02e98445ee1d25e3d25e62b94455790d9
parente64ca1ff38775480e248e9b496d0aac804871395 (diff)
downloadhtmx-8a60c695bf385a55165898a474b4bb6581d2d9f3.tar.gz
htmx-8a60c695bf385a55165898a474b4bb6581d2d9f3.zip
Add htmx4s to scala server-examples (#2722)
Add htmx4s to scala examples
-rw-r--r--www/content/server-examples.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md
index 3126f173..8ffb505f 100644
--- a/www/content/server-examples.md
+++ b/www/content/server-examples.md
@@ -125,6 +125,7 @@ These examples may make it a bit easier to get started using htmx with your plat
### http4s
- <https://github.com/martinprobson/http4s-htmx-demo>
+- <https://github.com/eikek/htmx4s>
### zio-http
- <https://github.com/rockthejvm/scalatags-htmx-demo>