Dateien hochladen nach „“
This commit is contained in:
29
popup.html
Normal file
29
popup.html
Normal file
@ -0,0 +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>
|
Reference in New Issue
Block a user