actuel-inactuel/site/snippets/footer.php

23 lines
390 B
PHP
Raw Normal View History

2024-01-26 11:03:42 +01:00
<footer id="main-footer" class="| width padding left right bottom top" style="
--width:18;
--left:1;
--right:1;
--bottom:1;
--top:1;
">
<ul id="links" class="| flex full-width" style="
--content: center;
--gap: 1;
">
<li>
<a href="#">
à propos
</a>
</li>
<li>
<a href="#">s'abonner</a>
</li>
2024-01-26 07:45:41 +01:00
</ul>
</footer>
2024-01-25 18:34:32 +01:00
</body>
</html>