aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/templates/results.html
diff options
context:
space:
mode:
authorDat Nguyen <nguy2854@umn.edu>2019-11-29 21:59:28 -0600
committerDat Nguyen <nguy2854@umn.edu>2019-11-29 21:59:28 -0600
commit374ca77b2a7a093537515607d5f10226fef06e29 (patch)
tree2614e695354d0139e294132c8febe116880f492a /Web/Server/templates/results.html
parentImprove logging: add timestamps for each log. Add a new function to add other... (diff)
downloadee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.gz
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.bz2
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.lz
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.xz
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.tar.zst
ee4511w-374ca77b2a7a093537515607d5f10226fef06e29.zip
some aesthetics
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