lumi2/lumi2/templates/usermanager/index.html

15 lines
461 B
HTML

{% extends 'base.html' %}
{% block content %}
<h1>Welcome to LUMI 2</h1>
<div class="row justify-content-md-center">
<img src="{{ url_for('static', filename='images/base/toolbox.svg') }}"
alt="Picture of a toolbox."
class="img-fluid rounded"
style="max-width: 400px"
>
</div>
<div class="row justify-content-md-center text-center">
<p class="fs-3 text-secondary">This site is still under construction.</p>
</div>
{% endblock content %}