Updated home page
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user