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 8a0fb4739e Mise à jour
* Aligné avec le commit f237beee15
* Ajout du graphique de fonctionnement du programme
* Ajout de "- PILG" dans le titre
2014-05-03 20:04:27 +02:00

31 lines
675 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>%%TITRE%% - PILG</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>
<section>
<header>
<h1>Projet ISN de Lucas et de Geoffrey</h1>
<p>Un éditeur d'image en ligne de commandes</p>
</header>
<article>
<h1>%%TITRE%%</h1>
%%CONTENU%%
</article>
</section>
<footer>
<hr/>
%%LICENSE%%
</footer>
</body>
</html>