added info & error boxes

This commit is contained in:
tracer 2022-10-28 16:58:58 +02:00
parent affe02ec04
commit c68cf1643e
1 changed files with 6 additions and 1 deletions

View File

@ -18,5 +18,10 @@
<?php else: ?>
<a href="<?= $router->path('app_logout'); ?>">&#9099;&nbsp;Logout</a>
<?php endif; ?>
<br>
<div id="info_box">Info</div>
<div id="error_box">
<span class="close_button" onclick="closeError()">&times;</span>
<div id="error_text"></div>
</div>
<br>