2023-11-02 11:22:05 +00:00
|
|
|
<!DOCTYPE html>
|
2023-11-08 07:12:10 +00:00
|
|
|
/*
|
|
|
|
|| #################################################################### ||
|
|
|
|
|| # Server Anzeige # ||
|
|
|
|
|| # # ||
|
|
|
|
|| # ---------------------------------------------------------------- # ||
|
|
|
|
|| # Copyright 2023 by M_Viper # ||
|
|
|
|
|| # ---------------------------------------------------------------- # ||
|
|
|
|
|| # https://www.m-viper.de # ||
|
|
|
|
|| #################################################################### ||
|
|
|
|
*/
|
2023-11-02 11:22:05 +00:00
|
|
|
<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>
|