Add htmx4s to scala server-examples (#2722)

Add htmx4s to scala examples
This commit is contained in:
eikek 2024-10-05 09:40:57 +02:00 committed by GitHub
parent e64ca1ff38
commit 8a60c695bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>