aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/success.html
blob: c2302faed8562e082a4b10d81704798fcfe42afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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. You can track their <a href="/status">QC status</a>, once validated they will be part of the <a href="/download">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>