2023-11-02 11:22:05 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Server Status</title>
|
|
|
|
<script src="popup.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="popup.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="server-status">
|
|
|
|
<h1>Server Status</h1>
|
|
|
|
<div class="server-box" id="box-windelweb">
|
|
|
|
<h2>Server-1</h2>
|
|
|
|
<div id="status-windelweb">Loading...</div>
|
|
|
|
</div>
|
|
|
|
<div class="server-box" id="box-app-windelgeschichten">
|
|
|
|
<h2>Server-2</h2>
|
|
|
|
<div id="status-app-windelgeschichten">Loading...</div>
|
|
|
|
</div>
|
|
|
|
<div class="server-box" id="box-windelgeschichten">
|
|
|
|
<h2>Server-3</h2>
|
|
|
|
<div id="status-windelgeschichten">Loading...</div>
|
|
|
|
</div>
|
|
|
|
<div class="server-box" id="box-m-viper">
|
|
|
|
<h2>Server-4</h2>
|
|
|
|
<div id="status-m-viper">Loading...</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|