mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
15 lines
No EOL
319 B
HTML
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 %} |