first commit

This commit is contained in:
2025-10-12 14:45:18 +00:00
commit 6e7348359f
183 changed files with 32396 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% extends "BaseLogin.html" %}
{% block title %} Dashboard {% endblock %}
{% block content %}
<div class="row">
<div class="col-12">
<h1> {{ Day }} </h1>
</div>
</div>
<br>
{% endblock %}