From f812df106deed42e2c4d57b7c1cde99c4c9fa1c4 Mon Sep 17 00:00:00 2001 From: Tom Brereton Date: Wed, 10 Jan 2024 14:11:27 +1100 Subject: [PATCH] chore: update htmx html --- templates/htmx-demo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/htmx-demo.html b/templates/htmx-demo.html index 2eb67db..0122233 100644 --- a/templates/htmx-demo.html +++ b/templates/htmx-demo.html @@ -1,3 +1,3 @@ {{ define "htmx-demo.html" }} -

Who needs SPA

+

No need for single page apps!

{{ end }} \ No newline at end of file