cake-order-tracker/templates/alert.html
2025-01-31 19:39:17 +01:00

4 lines
No EOL
135 B
HTML

<div id="alert">
<h3>{{.}}</h3>
<button type="button" onClick="document.getElementById('alert').remove()">close</button>
</div>