25 lines
367 B
HTML
Executable File
25 lines
367 B
HTML
Executable File
[(#REM)
|
|
|
|
Voir https://doc.gnuragist.es/spip-from-scratch?both pour des notes
|
|
|
|
]
|
|
|
|
<INCLURE{fond=inclure/head} />
|
|
<body>
|
|
|
|
<INCLURE{fond=inclure/header,env} />
|
|
<INCLURE{fond=inclure/nav} />
|
|
|
|
<section id="main">
|
|
<div class="cartouche">
|
|
<h1><:plan_site:></h1>
|
|
</div>
|
|
#MODELE{plan}
|
|
</section>
|
|
|
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
|
|
|
</body>
|
|
</html>
|
|
|