9 lines
272 B
HTML
9 lines
272 B
HTML
|
{% 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 %}
|