22 lines
413 B
HTML
22 lines
413 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Insert title here</title>
|
||
|
<!--=include includes/_links.html -->
|
||
|
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="main-area">
|
||
|
<!--=include includes/_navbar.html -->
|
||
|
<div class="container">
|
||
|
<!-- debut de la partie modifiable -->
|
||
|
|
||
|
|
||
|
<!-- fin de la partie modifiable -->
|
||
|
</div>
|
||
|
<!--=include includes/_footer.html -->
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|