botiga_php/Aindex.php

25 lines
485 B
PHP
Raw Permalink Normal View History

2021-11-27 12:01:50 +01:00
<!DOCTYPE html>
<html>
<body>
2021-12-14 17:19:28 +01:00
<link rel="stylesheet" href="style/w3.css">
2021-11-27 12:01:50 +01:00
2021-12-14 17:19:28 +01:00
<div class="w3-col m7 w3-padding">
<div class="w3-display-container" style="height:100%;">
2021-11-27 12:01:50 +01:00
2021-12-14 17:19:28 +01:00
<div class="w3-display-topleft">
<div class="">
<h2>$product_name</h2>
</div>
<div class="">
<p>$product_info</p>
</div>
</div>
<div class="w3-display-bottomright w3-black w3-padding">
<p>$product_owner_name</p>
</div>
</div>
</div>
2021-11-27 12:01:50 +01:00
</body>
2021-12-14 17:19:28 +01:00
</html>