regluit/frontend/templates/503.html

24 lines
918 B
HTML
Raw Normal View History

2012-05-17 20:28:48 +00:00
{% extends "base.html" %}
{% block news %}
<div class="launch_top">
Amazon database connectivity outages are keeping us from being able to unglue with you right now. See <a href="http://status.aws.amazon.com/">Amazon's status page</a> for more. We're doing what we can from our end. Do come back later.
</div>
{% endblock %}
2012-05-17 20:28:48 +00:00
{% 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>
2012-05-17 20:28:48 +00:00
</div>
{% endblock %}