Reorganize repo layout

This commit is contained in:
2026-02-02 23:57:09 +01:00
parent 421fc78cc4
commit 4c15f0685c
13 changed files with 53 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
<?php
// Erwartet: $errorMessage
?>
<div class="alert alert-pro">
<span class="alert-led" aria-hidden="true"></span>
<div class="alert-body">
<div class="alert-title">SYSTEM WARNING</div>
<div class="alert-text"><?= htmlspecialchars($errorMessage) ?></div>
</div>
</div>