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
This commit is contained in:
parent
f5a82baaf6
commit
166f0e9819
20 changed files with 644 additions and 531 deletions
29
generator/model.html
Normal file
29
generator/model.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<!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>
|
Reference in a new issue