This commit is contained in:
Emmanuel Srivastava
2024-12-11 11:49:08 +01:00
parent 16332fec34
commit 7bc0c88705
8 changed files with 168 additions and 0 deletions

18
DEV.1.2/tp3/ex2.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exercice 2</title>
<meta name="viewport" content="initial-scale=1,witdh=device-width">
<link rel="stylesheet" href="style_ex2.css">
</head>
<body>
<main>
<header></header>
<section></section>
<aside></aside>
<footer></footer>
</main>
</body>
</html>