ayco.io-astro/src/components/Footer.astro
2023-03-30 16:31:31 +02:00

15 lines
377 B
Text

<footer>
<ul role="list" style="list-style:none">
<li>2022 &#169; <strong>Ayo Ayco</strong>. All Rights Reserved</li>
<li>This website does not track users.</li>
<li><a href="https://github.com/ayoayco/ayco.io-astro">See the source code</a></li>
</ul>
</footer>
<style>
footer {
font-size: small;
margin-top: 2em;
text-align: right;
}
</style>