add footer
All checks were successful
/ test_checkout (push) Successful in 58s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-03-30 17:32:30 +01:00
parent 0dc567dc9c
commit c9c1c9acca
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -0,0 +1,9 @@
<footer style='
background: linear-gradient(225deg, #00223E 80%, #FFA17F 80%);
text-align: center;
color: white;
bottom: 0;
padding: 1px; // strange stuff here
'>
<p>© Capucine Mineau, tout droits réservés</p>
</footer>