initial commit
This commit is contained in:
commit
79cd2f1a39
11 changed files with 493 additions and 0 deletions
17
statuspage/templates/statuspage.html
Normal file
17
statuspage/templates/statuspage.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>franzi.business service status</title>
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=0">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css">
|
||||
<script type="text/javascript" src="{{ url_for('static', filename='scripts.js') }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>franzi.business service status page</h1>
|
||||
<div id="output"></div>
|
||||
<script type="text/javascript">
|
||||
render_status_page();
|
||||
window.setInterval(render_status_page, 30000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue