This commit is contained in:
2025-11-01 18:24:35 +01:00
parent 62cf15ab8b
commit 8ce52971a9
8 changed files with 354 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ $stmt->execute();
<body>
<h1>Mini projet</h1>
<p>Bienvenue . Voici les derniers articles :</p>
<p>Bienvenue voici les derniers articles :</p>
<hr>
@@ -24,6 +24,10 @@ $stmt->execute();
<article>
<h2><?php print htmlspecialchars($article['titre']); ?></h2>
<p>
<em>Publié le : <?php print $article['date_creation']; ?></em>
</p>
<p>
<?php