hugo-template/layouts/shortcodes/closed-source.html
2025-06-10 14:13:19 -06:00

6 lines
366 B
HTML

<div style="display: flex; align-items: center; gap: 8px;">
<span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(226, 181, 59);"></span>
<span style="display:none">[</span>
<span style="color: rgb(226, 181, 59); font-size: 1rem;">Closed-Source Tool</span>
<span style="display:none">]&nbsp;</span>
</div>