Ajouter header.php

This commit is contained in:
2026-03-12 08:25:27 +00:00
parent 143c051fe2
commit bde9936e8f

14
header.php Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Smart House</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Smart House</h1>
</header>