The beginning

Added the base structure and a minimal web frontend. Much work needed.
This commit is contained in:
Michael Rodin 2023-10-16 21:58:50 +02:00
parent 25b5af94fd
commit a2f9b4f978
9 changed files with 247 additions and 9 deletions
flask/templates

View file

@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
<p>Test</p>
{% endblock %}