File size: 813 Bytes
cf6c0e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 lang="en">
<head><meta charset="UTF-8"><title>Product</title></head>
<body>
  <div>
    <div>
      <svg width="80" height="80" viewBox="0 0 24 24" fill="none" stroke="#999" stroke-width="1.5"><rect x="2" y="3" width="20" height="14" rx="2"/><line x1="8" y1="21" x2="16" y2="21"/><line x1="12" y1="17" x2="12" y2="21"/></svg>
    </div>
    <div>
      <p>ELECTRONICS</p>
      <h1>UltraView Monitor 27"</h1>
      <div>
        <span>★★★★☆</span>
        <span>4.2 (318 reviews)</span>
      </div>
      <p>$349<span>$429</span></p>
      <p>4K IPS display with 144Hz refresh rate, HDR400 support, and USB-C connectivity. Perfect for professionals and gamers alike.</p>
      <button>Add to Cart</button>
      <button>Save for Later</button>
    </div>
  </div>
</body>
</html>