Files
web_2025/R1.02/tp/tp3/src/exercice2.html

15 lines
212 B
HTML
Raw Normal View History

2025-11-25 10:42:00 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exercice 2</title>
</head>
<body>
<main>
<header></header>
<section></section>
<footer></footer>
</main>
</body>
</html>