aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/templates/results.html
diff options
context:
space:
mode:
Diffstat (limited to 'Web/Server/templates/results.html')
-rw-r--r--Web/Server/templates/results.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/Web/Server/templates/results.html b/Web/Server/templates/results.html
new file mode 100644
index 0000000..5714f96
--- /dev/null
+++ b/Web/Server/templates/results.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block content %}
+ <form method="get" action="/results">
+ <button type="submit">Download Results File</button>
+ </form>
+
+ <form method="get" action="/">
+ <button type="submit">Return to upload another file</button>
+ </form>
+{% endblock %} \ No newline at end of file