regluit/frontend/templates/503.html

22 lines
762 B
HTML

{% extends "base.html" %}
{% block news %}
<div class="launch_top">
We estimate that we will be back online at 2:00 pm EDT on Saturday, March 30, 2013.
</div>
{% endblock %}
{% block content %}
<div class="js-main">
<h1>Unglue.it is currently undergoing maintenance</h1>
<p>
While you wait, why not like us on <a href="http://facebook.com/unglueit">Facebook</a>, follow us on <a href="http://twitter.com/unglueit">Twitter</a>, or subscribe to our <a href="http://blog.unglue.it">blog</a>? We'll keep you up to date there with our progress fixing things.
</p>
<p>You can also help us by sending us feedback: <a href="mailto:support@gluejar.com">support@gluejar.com</a>.</p>
<p>Thank you, and we're sorry for the inconvenience.</p>
</div>
{% endblock %}