new cake form

This commit is contained in:
Bronku 2025-01-31 19:39:17 +01:00
parent 36484f874f
commit 331f3080f9
8 changed files with 127 additions and 43 deletions

4
templates/alert.html Normal file
View file

@ -0,0 +1,4 @@
<div id="alert">
<h3>{{.}}</h3>
<button type="button" onClick="document.getElementById('alert').remove()">close</button>
</div>