misc: refactored webui into separate files instead of strings

This commit is contained in:
Simone Margaritelli
2019-11-05 15:51:26 +01:00
parent 2aa73d1a7e
commit 81032fe5e3
7 changed files with 104 additions and 78 deletions

View File

@ -0,0 +1,12 @@
<html>
<head>
<title>{{ title }}</title>
<meta http-equiv="refresh" content="{{ go_back_after }};URL=/">
<link rel="stylesheet" type="text/css" href="/css/style.css"/>
</head>
<body>
<div class="status">
{{ message }}
</div>
</body>
</html>