mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
26 lines
749 B
HTML
26 lines
749 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type='text/javascript'>/*<![CDATA[*/(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement);/*]]>*/</script>
|
|
<title>[(#NOM_SITE_SPIP|textebrut)][ - (#SLOGAN_SITE_SPIP|textebrut)]</title>
|
|
[<meta name="description" content="(#DESCRIPTIF_SITE_SPIP|couper{150}|attribut_html)" />]
|
|
<INCLURE{fond=inclure/head} />
|
|
</head>
|
|
|
|
<body>
|
|
<div><!--page-->
|
|
|
|
<INCLURE{fond=inclure/header,home=oui} />
|
|
|
|
<main role="main">
|
|
<div class="content" id="content">
|
|
[<div class="chapo">(#DESCRIPTIF_SITE_SPIP)</div>]
|
|
<INCLURE{fond=inclure/recents,env,ajax} />
|
|
</div><!--.content-->
|
|
</main><!--.main-->
|
|
|
|
<INCLURE{fond=inclure/footer,self=#SELF} />
|
|
|
|
</div><!--.page-->
|
|
</body>
|
|
</html> |