Geoffrey Frogeye
166f0e9819
Pour la présentation du 5/05/14 * Générateur * En nodejs * Se base sur les fichiers .md de la branche master sur GitHub * Sépare À propos et Compilation dans README.md * Conforme GitHub Pages
29 lines
591 B
HTML
29 lines
591 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>%%TITRE%%</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" href="css/contenu.css" />
|
|
<link rel="stylesheet" href="css/miseEnPage.css" />
|
|
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
%%NAV%%
|
|
</ul>
|
|
</nav>
|
|
<div id="wrapper">
|
|
<section id="main">
|
|
<article>
|
|
<h1>%%TITRE%%</h1>
|
|
%%CONTENU%%
|
|
</article>
|
|
</section>
|
|
</div>
|
|
<footer>
|
|
<hr/>
|
|
%%LICENSE%%
|
|
</footer>
|
|
</body>
|
|
</html> |