fix: fixed issue with webui in landcape (fixes #523)

This commit is contained in:
Simone Margaritelli
2019-11-05 18:30:09 +01:00
parent 52f1111a5b
commit 5ddc2d7080
3 changed files with 17 additions and 13 deletions

View File

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