2022-11-13 00:35:30 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Meldung</title>
|
|
|
|
<meta charset="utf-8">
|
2022-11-13 01:13:57 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2022-11-13 00:35:30 +01:00
|
|
|
<link rel="stylesheet" href="/css/global.css">
|
|
|
|
<meta http-equiv='refresh' content='3; url=/'>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<div>
|
|
|
|
{{ message }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|