20 lines
485 B
HTML
20 lines
485 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Kazhnuz Space - Basic page</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<!--=include includes/_links.html -->
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<!--=include includes/_header.html -->
|
|
<div class="container-blog" id="page-content">
|
|
|
|
</div>
|
|
</div>
|
|
<!--=include includes/_footer.html -->
|
|
<script src="js/trim.js"></script>
|
|
</body>
|
|
</html>
|