Files
2021-05-05 14:46:26 +08:00

18 lines
734 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends 'base.html' %}
{% block body %}
<div class="page page-center">
<div class="container-tight py-4">
<div class="empty">
<div class="empty-img"><img src="https://preview.tabler.io/static/illustrations/undraw_quitting_time_dm8t.svg" height="128"
alt="">
</div>
<p class="empty-title">Temporarily down for maintenance</p>
<p class="empty-subtitle text-muted">
Sorry for the inconvenience but were performing some maintenance at the moment. Well be back
online shortly!
</p>
</div>
</div>
</div>
{% endblock %}