Files
nexium-web/app/pages/about.html
T
2026-08-02 17:55:21 +00:00

7 lines
208 B
HTML

{% extends '__layout__.html' %}
{% block title %}About us{% endblock %}
{% block content %}
<div class="container" style="min-height: 100vh;margin-top: 100px;">
<h1>About NEXIUM</h1>
</div>
{% endblock %}