regluit/frontend/templates/503.html

12 lines
257 B
HTML
Raw Normal View History

2012-05-17 20:28:48 +00:00
{% extends "base.html" %}
{% block content %}
<div class="js-main">
<h1>Unglue.it is currently undergoing maintenance</h1>
<p>Help us fix it by sending us feedback: <a href="mailto:support@gluejar.com">support@gluejar.com</a>.</p>
</div>
{% endblock %}