1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/development-frameworks/django/bootcamp/templates/500.html
2016-11-08 13:10:49 -08:00

8 lines
210 B
HTML

{% extends 'base.html' %}
{% block main %}
<div class="page-header">
<h1>Server error</h1>
</div>
<p style="margin-top: 1.2em">Ooops! Something went wrong. That's all we know.</p>
{% endblock main %}