Files
copyrighttxt 05211f73ef add web
2026-07-06 13:28:00 -04:00

7 lines
209 B
HTML

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