forked from spip-contrib-squelettes/html5up_alpha
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
749 B
41 lines
749 B
<!DOCTYPE HTML> |
|
<!-- |
|
Alpha by HTML5 UP |
|
html5up.net | @ajlkn |
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
|
--> |
|
<html class="plan"> |
|
<head> |
|
<title><:plan_site:> - [(#NOM_SITE_SPIP|textebrut)]</title> |
|
<INCLURE{fond=inclure/head,robots=none} /> |
|
|
|
</head> |
|
<body> |
|
<div id="page-wrapper"> |
|
|
|
<!-- Header --> |
|
<INCLURE{fond=inclure/header,env} /> |
|
|
|
<!-- Main --> |
|
|
|
<section id="main" class="container"> |
|
<header> |
|
<h2 class="#EDIT{titre}"><:plan_site:></h2> |
|
</header> |
|
<div class="box"> |
|
#MODELE{plan} |
|
</div> |
|
|
|
|
|
</section> |
|
|
|
<!-- Footer --> |
|
<INCLURE{fond=inclure/footer,self=#SELF} /> |
|
|
|
</div> |
|
|
|
<!-- Scripts --> |
|
<INCLURE{fond=inclure/scripts} /> |
|
|
|
</body> |
|
</html> |