actuel-inactuel/site/templates/home.php

23 lines
478 B
PHP
Raw Normal View History

2024-01-25 18:34:32 +01:00
<?php snippet('header') ?>
2024-03-09 11:27:10 +01:00
<header id="header">
<div id="logo">
<a href="/" class="no-line">
<h1 id="actuel">actuel</h1>
<h1 id="inactuel">inactuel</h1>
</a>
2024-01-25 18:34:32 +01:00
</div>
2024-03-09 11:27:10 +01:00
</header>
<main id="<?= $page->template() ?>">
<h3 class="title-center">
critique des arts<br />
et des techniques<br>
</h3>
<?php snippet('tabs', [
'left' => [
'label' => 'édito',
'content' => $site->edito()
]
]) ?>
2024-01-25 18:34:32 +01:00
</main>
<?php snippet('footer') ?>