<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="content-language" content="en" />
<title>psttt</title>
</head>
<body>
</head>
<body>
<div id="product_list">
<div class="product">
<h2>Mockup product 1</h2>
<img src="/images/default_product1.jpg" />
<p>Some product description goes here!</p>
<span>Price: <strong>99999</strong></span>
</div>
<div class="product">
<h2>Mockup product2</h2>
<img src="/images/default_product2.jpg" />
<p>Some product description goes here!</p>
<span>Price: <strong>888.99</strong></span></div>
</div>
</div>
</body>
</html>