diff options
Diffstat (limited to 'www/content/server-examples.md')
-rw-r--r-- | www/content/server-examples.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md index 2eea042e..2821818a 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -63,6 +63,11 @@ These examples may make it a bit easier to get started using htmx with your plat ## Java +### Javalin + +- <https://github.com/AussieGuy0/java-htmx-todo/> +- <https://github.com/erwindrsno/simple-to-do-list> + ### Spring Boot - <https://github.com/wiverson/htmx-demo> |