This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
PILG/generator/model.html
Geoffrey Frogeye 166f0e9819 Ajout d'un site web
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
2014-04-26 20:39:24 +02:00

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>