Files
TimeTrack/templates/about.html
2025-06-27 15:14:57 +02:00

9 lines
253 B
HTML

{% extends "layout.html" %}
{% block content %}
<section class="about">
<h1>About Us</h1>
<p>This is a simple Flask web application created as a demonstration.</p>
<p>Learn more about our team and mission here.</p>
</section>
{% endblock %}