web_td01/index.html
2025-01-14 15:11:04 +01:00

13 lines
304 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Hello there</title>
</head>
<body>
<h1>Quel titre !</h1>
<p>Bonjour les SIO :)</p>
</body>
</html>