11 lines
359 B
HTML
11 lines
359 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>List server busy. Full digest rescheduled.</title>
|
|
<link rel="stylesheet" href="{{ url_for('static',filename='fonts.css') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static',filename='lestyle.css') }}">
|
|
</head>
|
|
<body>
|
|
<div class="cor_large">List server busy.<br>Full digest rescheduled.</div>
|
|
</body>
|
|
</html> |