Actualiser header.php

This commit is contained in:
2026-03-16 14:55:11 +00:00
parent b2e5afbe9e
commit 61b9ade2c1

View File

@@ -2,14 +2,7 @@
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Smart House</title> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css"> <title>Maison Intelligente IoT</title>
</head> </head>
<body> <body>
<header>
<h1>Smart House</h1>
</header>
</body>
</html>