0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00
healthchecks_healthchecks/templates/bad_link.html
2015-06-11 23:44:49 +03:00

15 lines
No EOL
319 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div id="login_dialog">
<h1>Server Error</h1>
<p>
Something bad happened and you should feel bad.
</p>
</div>
</div>
</div>
{% endblock %}