recipes/backend/templates/toast.html
2025-05-07 20:12:49 +02:00

8 lines
No EOL
284 B
HTML

{# Needed by the frontend toast module. #}
<div id="toasts">
<div class="toast">
<img class="icon" width="24" height="24" alt="icon" src="/static/success.svg">
<div class="content user-message"></div>
<span class="close button"></span>
</div>
</div>