mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
8 lines
210 B
HTML
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 %} |