Initial commit

This commit is contained in:
2026-02-01 09:42:28 +01:00
commit ddf967ee96
11 changed files with 1451 additions and 0 deletions

10
menue-top.php Normal file
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>