34 lines
733 B
HTML
34 lines
733 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="Author" content="">
|
|
<title>BG</title>
|
|
....
|
|
</head>
|
|
|
|
<body>
|
|
<div id="barretitre">
|
|
<h1>Titre principal</h1>
|
|
</div>
|
|
<div id="auteur">
|
|
Moi
|
|
</div>
|
|
<section class="partie1">
|
|
<h2>Partie 1</h2>
|
|
<p>
|
|
Blahblahblah <a href="fsf.org">fsf.org</a> Blahblahblah
|
|
</p>
|
|
</section>
|
|
<section class="partie2">
|
|
<h2>partie2</h2>
|
|
<p>
|
|
pipopipopipo
|
|
</p>
|
|
</section>
|
|
<footer>
|
|
<h1>Titre principale</h1>
|
|
</footer>
|
|
</body>
|
|
</html>
|