sutty-base-jekyll-theme/_includes/floating_alert.html

7 lines
285 B
HTML
Raw Permalink Normal View History

2021-01-25 19:46:16 +00:00
<div
data-controller="floating-alert"
2021-11-25 17:53:32 +00:00
class="floating-alert floating-alert-bottom floating-alert-default hide"
2021-01-25 19:46:16 +00:00
role="status" aria-live="polite" aria-atomic="true">
2021-11-25 17:53:32 +00:00
<div data-target="floating-alert.content" class="floating-alert-content white background-black-t4"></div>
2021-01-25 19:46:16 +00:00
</div>