Files
smart-house---final-/header.php
2026-03-16 13:28:05 +00:00

16 lines
224 B
PHP

<!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>
</body>
</html>