Generate a website where people can access and buy products directly from the manufacturer, while the website generate commission on each transaction
<html> <body> <h1>Buy our product</h1> <div class="product"> <img src="https://www.w3.org/html/logo/downloads/HTML5_Logo_512.png" width="100%" height="100%"/> <p>HTML5 Shirt</p> <span>$100.00</span> <button>Buy Now!</button> </div> <div class="product"> <img src="https://www.w3.org/html/logo/downloads/HTML5_Badge_512.png" width="100%" height="100%"/> <p>HTML5 Badge</p> <span>$50.00</span> <button>Buy Now!</button> </div> <div class="product"> <img src="https://www.w3.org/html/logo/downloads/HTML5_Button_512.png" width="100%" height="100