Create web app blueprint with Flask
This commit is contained in:
8
app/templates/index.html
Normal file
8
app/templates/index.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user