This commit is contained in:
copyrighttxt
2026-07-06 13:28:00 -04:00
commit 05211f73ef
441 changed files with 94128 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{% 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 %}