aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/gnqa_errors.html
blob: d2e041357c344c98e59e5505eea3d9026af4e785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% extends "base.html" %}
{% block title %}GNQNA{% endblock %}

{% block content %} <!-- Start of body -->

<div style="min-height: 50vh;width: 100vw;text-align: center;display:flex;justify-content: center;align-items: center;">
    <div>
        <h2 style="color:red;text-decoration: underline;font-weight: bold;">Error:
        {{error}} </h2>
   </div>

</div>


<script src="{{ url_for('js', filename='jquery/jquery.min.js') }}" type="text/javascript"></script>

<script type="text/javascript">
</script>

{% endblock %}