2024-04-09 08:38:29 +02:00
|
|
|
<footer id="main-footer">
|
2024-04-15 09:16:27 +02:00
|
|
|
<ul id="links">
|
2024-11-26 13:21:42 +01:00
|
|
|
<li>
|
|
|
|
|
<button class="plus open-nav" title="ouvrir la navigation">textes</button>
|
|
|
|
|
</li>
|
|
|
|
|
<li
|
|
|
|
|
id="subscribe-btn-wrapper"
|
|
|
|
|
>
|
|
|
|
|
<button id="subscribe-btn" class="plus">
|
|
|
|
|
s'inscrire
|
|
|
|
|
</button>
|
|
|
|
|
<form id="subscribe-form" class="hidden">
|
|
|
|
|
<label for="email">
|
|
|
|
|
<input type="email" name="email" id="email" placeholder="votre e-mail">
|
|
|
|
|
<button type="submit" onclick="subscribe(event)">→</button>
|
|
|
|
|
</label>
|
|
|
|
|
</form>
|
|
|
|
|
</li>
|
2024-04-09 08:38:29 +02:00
|
|
|
<li>
|
2024-04-15 09:35:39 +02:00
|
|
|
<a href="<?= $site->find('a-propos')->url() ?>">
|
2024-04-09 08:38:29 +02:00
|
|
|
à propos
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</footer>
|
|
|
|
|
</body>
|
2024-01-25 18:34:32 +01:00
|
|
|
</html>
|