MVC_Recettes/Views/home/recipe.php
2023-01-18 10:06:42 +01:00

8 lines
177 B
PHP

<a href="/recipe/view/1">
<img scr="<?= $A_view["img"] ?>">
<section>
<h2> <?= $A_view["nom"]?> </h2>
<p> <?= $A_view["note"]?> </p>
</section>
</a>