diff --git a/templates/search.html b/templates/search.html new file mode 100644 index 0000000..ffaeb9c --- /dev/null +++ b/templates/search.html @@ -0,0 +1,20 @@ + + + + + + Search Tracking + + +

Search Tracking Number

+

Uploaded File: {{ uploaded_file_name }}

+
+ + +

+ +
+
+ {{ result_html|safe }} + + diff --git a/templates/upload.html b/templates/upload.html new file mode 100644 index 0000000..9795731 --- /dev/null +++ b/templates/upload.html @@ -0,0 +1,20 @@ + + + + + + Upload File + + +

Upload Excel File

+
+ + +

+ +
+ {% if error %} +

{{ error }}

+ {% endif %} + +