17 lines
281 B
HTML
17 lines
281 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Exercice 2</title>
|
|
<link href="exo2.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<header></header>
|
|
<section></section>
|
|
<aside></aside>
|
|
<footer></footer>
|
|
</main>
|
|
</body>
|
|
</html>
|