forked from GithubBackups/healthchecks
15 lines
319 B
HTML
15 lines
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 %} |