mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 18:58:40 +00:00
9 lines
522 B
PHP
Executable File
9 lines
522 B
PHP
Executable File
<div class="log-msg log-lvl-ok"><i class="g-icon">check</i>This is ok</div>
|
|
<div class="log-msg log-lvl-info"><i class="g-icon">notifications</i>This is a info</div>
|
|
<div class="log-msg log-lvl-warning"><i class="g-icon">warning</i>This is a warning</div>
|
|
<div class="log-msg log-lvl-error"><i class="g-icon">close</i>This is an error</div>
|
|
|
|
<div class="log-msg log-lvl-ok">
|
|
<h1 class="log-msg-title">This is a Title</h1><i class="close g-icon">close</i>
|
|
<div class="log-msg-content">This is a message</div>
|
|
</div> |