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
|
|
|
|
|
id="subscribe-btn-wrapper"
|
|
|
|
|
>
|
2024-12-01 12:37:11 +01:00
|
|
|
<a id="subscribe-btn" class="plus">
|
2024-11-26 13:21:42 +01:00
|
|
|
s'inscrire
|
2024-12-01 12:37:11 +01:00
|
|
|
</a>
|
2024-11-26 13:21:42 +01:00
|
|
|
</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>
|