Switch from bottle to flask
This commit is contained in:
parent
dc3c2b309c
commit
eeea40b125
10 changed files with 250 additions and 141 deletions
7
templates/graph.html
Normal file
7
templates/graph.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1 class="text-2xl font-bold text-indigo-500">Last 12 months</h1>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue