diff options
Diffstat (limited to 'templates/time.j2')
| -rw-r--r-- | templates/time.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/time.j2 b/templates/time.j2 new file mode 100644 index 0000000..d006fc4 --- /dev/null +++ b/templates/time.j2 @@ -0,0 +1,3 @@ +<div hx-get="/time" hx-swap="outerHTML" hx-trigger="every 1s"> + <p class="title">Timer: {{mins}}:{{secs}}</p> +</div>
\ No newline at end of file |
