The beginning
Added the base structure and a minimal web frontend. Much work needed.
This commit is contained in:
parent
25b5af94fd
commit
a2f9b4f978
9 changed files with 247 additions and 9 deletions
flask/templates
5
flask/templates/home.html
Normal file
5
flask/templates/home.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>Test</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue