mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-10 01:29:06 -04:00
6 lines
270 B
HTML
6 lines
270 B
HTML
|
<section>
|
||
|
<header><h2 id="Alerts">Alerts</h2></header>
|
||
|
<div class="terminal-alert">Default message</div>
|
||
|
<div class="terminal-alert terminal-alert-primary">Primary message</div>
|
||
|
<div class="terminal-alert terminal-alert-error">Error message</div>
|
||
|
</section>
|