neue Datei: root/error.html neue Datei: root/favicon.ico neue Datei: root/index.html neue Datei: root/message.html neue Datei: root/qrcode.html neue Datei: root/settings.html
15 lines
279 B
HTML
15 lines
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Meldung</title>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="/css/global.css">
|
|
<meta http-equiv='refresh' content='3; url=/'>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div>
|
|
{{ message }}
|
|
</div>
|
|
</div>
|
|
</body> |