Added Pages
This commit is contained in:
10
py_app/app/templates/upload_data.html
Normal file
10
py_app/app/templates/upload_data.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user