login and dashboard pages

This commit is contained in:
2025-04-16 16:44:21 +03:00
parent 8997e45621
commit 41a71cdc5b
15 changed files with 426 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %}Settings{% endblock %}
{% block content %}
<h2>Settings Page</h2>
<p>This is the settings page. Add your settings here.</p>
{% endblock %}