Files
quality_recticel/py_app/app/templates/upload_data.html
2025-04-30 16:22:07 +03:00

10 lines
245 B
HTML

{% extends "base.html" %}
{% block title %}Upload Data{% endblock %}
{% block content %}
<div class="upload-data-container">
<h1>Upload Data</h1>
<p>This page will allow users to upload data into the database.</p>
</div>
{% endblock %}