File size: 475 Bytes
8a6df40
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>upload complete</title>
    <link rel="stylesheet" href="{{url_for('static', filename='./style.css')}}">
</head>
<body>
    <h1>File upload success!</h1>

    <div class="centerwrapper" id="centerwrapper">
        <button type="button" onclick="location.href='/' ">go back</button>
    </div>

    <p>
        <img src="{{url_for('static', filename='./origin_web.jpg')}}">
    </p>
</body>
</html>