Files
smart-house---final-/header.php
2026-03-23 15:19:06 +00:00

12 lines
269 B
PHP

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Smart House</title>
<style>
body { font-family: Arial, sans-serif; margin: 20px; }
nav a { margin-right: 10px; }
hr { margin: 10px 0; }
</style>
</head>
<body>