diff options
author | Adam Novak | 2020-04-09 15:41:29 -0700 |
---|---|---|
committer | Adam Novak | 2020-04-09 15:41:29 -0700 |
commit | 7d26be925f37b1f98cac23b018dd1a72fa506a3f (patch) | |
tree | a48e121a0a094f696e8b97a6db4486ec8ef6f67a /bh20simplewebuploader/templates/success.html | |
parent | 02615e46e56376302ef99f7223f447a070248214 (diff) | |
download | bh20-seq-resource-7d26be925f37b1f98cac23b018dd1a72fa506a3f.tar.gz bh20-seq-resource-7d26be925f37b1f98cac23b018dd1a72fa506a3f.tar.lz bh20-seq-resource-7d26be925f37b1f98cac23b018dd1a72fa506a3f.zip |
Put back in directory
Diffstat (limited to 'bh20simplewebuploader/templates/success.html')
-rw-r--r-- | bh20simplewebuploader/templates/success.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/success.html b/bh20simplewebuploader/templates/success.html new file mode 100644 index 0000000..1be7861 --- /dev/null +++ b/bh20simplewebuploader/templates/success.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Upload Successful</title> + </head> + <body> + <h1>Upload Successful</h1> + <hr> + <p> + Your files have been uploaded. They should soon appear as part of the <a href="https://workbench.lugli.arvadosapi.com/collections/lugli-4zz18-z513nlpqm03hpca">Public SARS-CoV-2 Sequence Resource</a>. + </p> + <p> + The upload log was: + </p> + <pre>{{log}}</pre> + <hr> + <p> + <a href="/">Click here to upload more files.</a> + </p> + <hr> + </body> +</html> |