diff options
Diffstat (limited to 'bwlpMonitor_template.html')
-rw-r--r-- | bwlpMonitor_template.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/bwlpMonitor_template.html b/bwlpMonitor_template.html new file mode 100644 index 0000000..e90b251 --- /dev/null +++ b/bwlpMonitor_template.html @@ -0,0 +1,39 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" type="text/css" href="style.css"> + <link rel="icon" type="image/x-icon" href="img/favicon.ico"> + <title>bwLp Status Monitor</title> + </head> + <body> + <div id="header"> + <div id="header_left"> + <a href=""> + <img id="header_image" src="img/logo_bwlehrpool.png" alt="bwLehrpool"> + </a> + </div> + <div id="header_center"> + <label id="header_label">Status Monitor</label> + </div> + <div id="header_right"> + <div> + <a href="https://www.bwlehrpool.de/doku.php/start"> + <img id="header_wiki" src="img/wiki_bwlehrpool.png" alt="bwLehrpool"> + </a> + </div> + <a id="header_wiki_label" href="https://www.bwlehrpool.de/doku.php/start">bwlp Wiki</a> + </div> + </div> + <div id="body"> + <div id="content"> +%CONTENT% + </div> + + <div id="log"> +%LOG% + </div> + </div> + + </body> + +</html> |