Updated home page

This commit is contained in:
2026-05-05 20:38:02 +05:00
parent 22577fe3fb
commit aede9a796e
6 changed files with 2010 additions and 15 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
<div id="Greeting-$$GreetingId$$" class="greeting">
<h1>Hello, $$User$$!</h1>
<p>Welcome to high-performance htmx rendering.</p>
<button hx-get="/greet/$$User$$/$$Count$$/$$GreetingId$$" hx-target="#Greeting-$$GreetingId$$" hx-swap="outerHTML">Click to increase count $$Count$$</button>
<p class="pb-2">Welcome to high-performance htmx rendering.</p>
$$Separator$$
<div class="m-3">
$$CountButton$$
</div>
</div>