-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (48 loc) · 1.16 KB
/
index.html
File metadata and controls
49 lines (48 loc) · 1.16 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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>Document</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="conteneur">
<header>
<h1>‹HEADER›</h1>
</header>
<nav>
<h2>‹NAV›</h2>
</nav>
<aside>
<h2>‹ASIDE›</h2>
</aside>
<br class="clear">
<div id="contenu">
<section>
<h2>‹SECTION›</h2>
<article>
<h2>‹ARTICLE›</h2>
</article>
<aside>
<h2>‹ASIDE›</h2>
</aside>
</section>
<section>
<h2>‹SECTION›</h2>
<article>
<h2>‹ARTICLE›</h2>
</article>
<aside>
<h2>‹ASIDE›</h2>
</aside>
</section>
</div>
<div class="clear"></div>
<footer>
<h2>‹FOOTER›</h2>
</footer>
</div>
</body>
</html>