-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcorrection_index.html
More file actions
35 lines (29 loc) · 1 KB
/
Copy pathcorrection_index.html
File metadata and controls
35 lines (29 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Zone</title>
<link rel="stylesheet" href="css/correction_style.css">
</head>
<body>
<div id="container">
<header> HEADER </header>
<nav> NAV </nav>
<aside class="aside_1"> ASIDE #01 </aside>
<section>
SECTION #01
<article class="article_1"> ARTICLE #01 </article>
<aside class="aside_2"> ASIDE #02 </aside>
</section>
<section>
SECTION #02
<article class="aticle_2"> ARTICLE #02 </article>
<aside class="aside_2"> ASIDE #03 </aside>
</section>
<div class="clear"></div>
<footer> FOOTER </footer>
</div>
</body>
</html>