Ajout des exo 2 et 3 du TP4
This commit is contained in:
16
BUT1/DEV1.2/TP3/exo2.html
Normal file
16
BUT1/DEV1.2/TP3/exo2.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
Reference in New Issue
Block a user