giorgio-caparvi
Button to download the image
179259d
raw
history blame contribute delete
302 Bytes
<!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>