misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-11-05 15:11:38 +01:00
parent b796384345
commit 2aa73d1a7e
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

View File

@ -75,7 +75,7 @@ INDEX = """<html>
STATUS_PAGE = """<html>
<head>
<title>{{ title }}</title>
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/ui">
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/">
<style>""" + STYLE + """</style>
</head>
<body>