File size: 302 Bytes
179259d
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
    <title>Image Generated</title>
</head>
<body>
    <h1>Design Generated Successfully</h1>
    <img src="{{ image_url }}" alt="Generated Image" style="max-width: 100%; height: auto;">
    <br>
    <a href="{{ download_url }}" download>Download Image</a>
</body>
</html>