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 ace45137f9 Mise à jour
* Un peu de design
* Suit le commit 22bcfb2b2f
2014-04-28 15:07:47 +02:00

31 lines
668 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>
<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>