Nouvelle version complète (remplacement total)

This commit is contained in:
2025-11-02 22:39:12 +01:00
commit 1a5e015663
14 changed files with 253 additions and 0 deletions

17
includes/header.php Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Mini CMS</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Mini CMS</h1>
<nav>
<a href="index.php">Accueil</a>
<a href="add.php">Ajouter un article</a>
<a href="login.php">Connexion</a>
</nav>
</header>
<main>