aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/error.html
diff options
context:
space:
mode:
authorPjotr Prins2020-04-10 07:26:33 -0500
committerGitHub2020-04-10 07:26:33 -0500
commitff3007e42b5a8a866de9f6c3e2864854cd8c822f (patch)
tree083edb594b5c50c50203e90890fa7555a542ee91 /bh20simplewebuploader/templates/error.html
parent643d7592df631fb91d1652134f437c000c1acc06 (diff)
parentd53e1e98b800d7dc5720de0b3c14c94452159315 (diff)
downloadbh20-seq-resource-ff3007e42b5a8a866de9f6c3e2864854cd8c822f.tar.gz
bh20-seq-resource-ff3007e42b5a8a866de9f6c3e2864854cd8c822f.tar.lz
bh20-seq-resource-ff3007e42b5a8a866de9f6c3e2864854cd8c822f.zip
Merge pull request #4 from adamnovak/add-web-ui
Add Web UI
Diffstat (limited to 'bh20simplewebuploader/templates/error.html')
-rw-r--r--bh20simplewebuploader/templates/error.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/error.html b/bh20simplewebuploader/templates/error.html
new file mode 100644
index 0000000..c2ab0a4
--- /dev/null
+++ b/bh20simplewebuploader/templates/error.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Upload Failed</title>
+ </head>
+ <body>
+ <h1>Upload Failed</h1>
+ <hr>
+ <p>
+ Your upload has failed. {{error_message}}
+ </p>
+ <p>
+ <a href="/">Click here to try again.</a>
+ </p>
+ <hr>
+ </body>
+</html>