public/admin.html aktualisiert
This commit is contained in:
parent
70fca1f6f2
commit
dbf1fe80ff
|
@ -71,11 +71,15 @@
|
|||
<h2>Willkommen im Admin-Bereich!</h2>
|
||||
<p>Hier kannst du alle administrativen Funktionen nutzen.</p>
|
||||
|
||||
<div id="notification" class="notification"></div>
|
||||
<!-- Logout-Timer -->
|
||||
<div id="logout-timer-box" style="display: flex; justify-content: flex-end; background-color: rgba(255, 255, 255, 0); padding: 10px; border-bottom: 2px solid rgba(255, 0, 0, 0);">
|
||||
<div id="logout-timer" style="color: rgb(255, 0, 0); font-weight: bold;"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div id="dashboard">
|
||||
<div class="dashboard-container">
|
||||
<div id="bot-uptime" class="dashboard-box">
|
||||
|
|
Loading…
Reference in New Issue