PushingScores/templates/home.html
2019-04-04 12:48:53 +02:00

7 lines
231 B
HTML

{% extends "layout.html" %}
{% block content %}
<div class="home">
<h1>THIS IS THE HOME PAGE</h1>
<p>This website was built with Python via the Flask framework.</p>
</div>
{% endblock %}