Create web app blueprint with Flask

This commit is contained in:
2020-06-12 20:03:25 +02:00
parent a20dab0053
commit e83f7a0271
8 changed files with 104 additions and 2 deletions

8
app/templates/index.html Normal file
View File

@@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block content %}
<div class="jumbotron">
<h1 id="graphPaname">graphPaname</h1>
<p>graphPaname is an information system that aims to show real-time data, related to the COVID-19 outbreak, in the city of Paris</p>
</div>
{% endblock %}