graphPaname/app/templates/index.html

9 lines
272 B
HTML
Raw Normal View History

2020-06-12 20:03:25 +02:00
{% 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 %}