popup.html aktualisiert
This commit is contained in:
parent
ec65a3274e
commit
c3aba9ac3e
58
popup.html
58
popup.html
@ -1,29 +1,29 @@
|
||||
<!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>Windelweb</h2>
|
||||
<div id="status-windelweb">Loading...</div>
|
||||
</div>
|
||||
<div class="server-box" id="box-app-windelgeschichten">
|
||||
<h2>App Windelgeschichten</h2>
|
||||
<div id="status-app-windelgeschichten">Loading...</div>
|
||||
</div>
|
||||
<div class="server-box" id="box-windelgeschichten">
|
||||
<h2>Windelgeschichten</h2>
|
||||
<div id="status-windelgeschichten">Loading...</div>
|
||||
</div>
|
||||
<div class="server-box" id="box-m-viper">
|
||||
<h2>M-Viper</h2>
|
||||
<div id="status-m-viper">Loading...</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user