Files
pwnagotchi/pwnagotchi/ui/web/templates/status.html
Simone Margaritelli 106d72c4a2 reverted 5ddc2d7080
2019-11-05 18:51:01 +01:00

12 lines
282 B
HTML

<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>