File size: 2,116 Bytes
abc8d9a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Generated Images</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<img id="title-image" class="title-img2" src="/static/title3.png" alt="Title Image">
<div class="image-gallery">
<div class="image-item">
<a href="https://www.ssense.com/en-us/men/product/jean-paul-gaultier/black-pinstripe-wool-cropped-tailored-blazer/17210041" target="_blank">
<img src="/static/users/tim/vto_output0.png" alt="Generated Image 1">
</a>
<p>JEAN PAUL GAULTIER<br>Black Pinstripe Wool Cropped Tailored Blazer<br>$1615</p>
</div>
<div class="image-item">
<a href="https://www.ssense.com/en-us/men/product/jean-paul-gaultier/khaki-shayne-oliver-edition-the-wrap-trousers/16046831" target="_blank">
<img src="/static/users/tim/vto_output1.png" alt="Generated Image 2">
</a>
<p>JEAN PAUL GAULTIER<br>Khaki Shayne Oliver Edition 'The Wrap' Trousers<br>$1080</p>
</div>
<div class="image-item">
<a href="https://www.ssense.com/en-us/men/product/jean-paul-gaultier/beige-the-tattoo-mariniere-t-shirt/17676171" target="_blank">
<img src="/static/users/tim/vto_output2.png" alt="Generated Image 3">
</a>
<p>JEAN PAUL GAULTIER<br>Beige 'The Tattoo Marinière' T-shirt<br>$340</p>
</div>
<div class="image-item">
<a href="https://www.ssense.com/en-us/men/product/jean-paul-gaultier/beige-the-deconstructed-trench-coat/17209201" target="_blank">
<img src="/static/users/tim/vto_output3.png" alt="Generated Image 4">
</a>
<p>JEAN PAUL GAULTIER<br>Beige 'The Deconstructed' Trench Coat<br>$2730</p>
</div>
</div>
</body>
</html> |