popup.html aktualisiert

This commit is contained in:
M_Viper 2023-11-02 12:22:05 +01:00
parent ec65a3274e
commit c3aba9ac3e
1 changed files with 29 additions and 29 deletions

View File

@ -1,29 +1,29 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Server Status</title> <title>Server Status</title>
<script src="popup.js"></script> <script src="popup.js"></script>
<link rel="stylesheet" type="text/css" href="popup.css"> <link rel="stylesheet" type="text/css" href="popup.css">
</head> </head>
<body> <body>
<div class="server-status"> <div class="server-status">
<h1>Server Status</h1> <h1>Server Status</h1>
<div class="server-box" id="box-windelweb"> <div class="server-box" id="box-windelweb">
<h2>Windelweb</h2> <h2>Server-1</h2>
<div id="status-windelweb">Loading...</div> <div id="status-windelweb">Loading...</div>
</div> </div>
<div class="server-box" id="box-app-windelgeschichten"> <div class="server-box" id="box-app-windelgeschichten">
<h2>App Windelgeschichten</h2> <h2>Server-2</h2>
<div id="status-app-windelgeschichten">Loading...</div> <div id="status-app-windelgeschichten">Loading...</div>
</div> </div>
<div class="server-box" id="box-windelgeschichten"> <div class="server-box" id="box-windelgeschichten">
<h2>Windelgeschichten</h2> <h2>Server-3</h2>
<div id="status-windelgeschichten">Loading...</div> <div id="status-windelgeschichten">Loading...</div>
</div> </div>
<div class="server-box" id="box-m-viper"> <div class="server-box" id="box-m-viper">
<h2>M-Viper</h2> <h2>Server-4</h2>
<div id="status-m-viper">Loading...</div> <div id="status-m-viper">Loading...</div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>