15 lines
377 B
Text
15 lines
377 B
Text
<footer>
|
|
<ul role="list" style="list-style:none">
|
|
<li>2022 © <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>
|