mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-11 18:02:12 +01:00
12 lines
753 B
HTML
12 lines
753 B
HTML
<div class="alert alert-danger" role="alert">
|
|
<div class="d-flex">
|
|
<div>
|
|
<!-- Download SVG icon from http://tabler-icons.io/i/alert-circle -->
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon alert-icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0"></path><path d="M12 8v4"></path><path d="M12 16h.01"></path></svg>
|
|
</div>
|
|
<div>
|
|
<h4 class="alert-title">{% BIND item.title %}</h4>
|
|
<div class="text-secondary">{% BIND item.description %}</div>
|
|
</div>
|
|
</div>
|
|
</div> |