Controller
<!DOCTYPE html>
<html>
<head>
<title>Gaming Controller</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<img src="controller.jpg" alt="Gaming Controller" class="product-image">
<div class="product-info">
<h1 class="product-title">Gaming Controller</h1>
<p class="product-description">Unser Gaming-Controller bietet präzise Steuerung und ein erstklassiges Spielerlebnis. Mit seinen extra großen Buttons und der ergonomischen Form ist er besonders handlich und liegt perfekt in der Hand.</p>
<h2 class="product-price">Preis: 49,99€</h2>
<a href="https://www.example.com/cart" class="add-to-cart-button">In den Warenkorb</a>
</div>
</div>
</body>
</html>
<html>
<head>
<title>Gaming Controller</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<img src="controller.jpg" alt="Gaming Controller" class="product-image">
<div class="product-info">
<h1 class="product-title">Gaming Controller</h1>
<p class="product-description">Unser Gaming-Controller bietet präzise Steuerung und ein erstklassiges Spielerlebnis. Mit seinen extra großen Buttons und der ergonomischen Form ist er besonders handlich und liegt perfekt in der Hand.</p>
<h2 class="product-price">Preis: 49,99€</h2>
<a href="https://www.example.com/cart" class="add-to-cart-button">In den Warenkorb</a>
</div>
</div>
</body>
</html>