Timer create & delete

This commit is contained in:
2024-04-11 00:19:44 +02:00
parent 49f7be2a35
commit 5e12dabced
7 changed files with 331 additions and 30 deletions

View File

@ -7,8 +7,9 @@ templ Main(contents templ.Component) {
<title>Cool timer app</title>
<link rel="stylesheet" href="/static/style.css" />
<script src="/static/htmx.min.js"></script>
<script src="/static/response-targets.js"></script>
</head>
<body hx-boost="true">
<body hx-boost="true" hx-ext="response-targets">
@contents
</body>
</html>