This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/views/yuuno/errors/503.twig
2016-11-06 23:19:35 +01:00

31 lines
791 B
Twig

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Service unavailable</title>
<link rel="stylesheet" type="text/css" href="/error.css">
</head>
<body>
<div id="wrap">
<h1>
<img src="/images/404-info.gif">
The page is currently unavailable
</h1>
<p>
The page you are looking for is temporarily unavailable.
</p>
<hr>
{% if message is defined %}
<h2>
{{ message }}
</h2>
{% endif %}
<h3>
HTTP 503 - Service unavailable
<br>
Internet Explorer
</h3>
</div>
</body>
</html>