Timer create & delete
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user