21 lines
629 B
Text
21 lines
629 B
Text
<footer>
|
|
<ul role="list" style="list-style:none">
|
|
<li>2022 © <strong>Ayo Ayco</strong>. All Rights Reserved</li>
|
|
<li><strong>Ayo Ayco</strong> | Software Engineer + Web Developer</li>
|
|
<li style="display:none">Find me on <a rel="me" href="https://fosstodon.org/@ayo">Mastodon</a></li>
|
|
<li>Find me on <a rel="me" href="https://social.ayco.io/@ayo">Mastodon</a></li>
|
|
<li>
|
|
Missing old content? I moved <a href="https://classic.ayco.io"
|
|
>my previous site</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</footer>
|
|
|
|
<style>
|
|
footer {
|
|
font-size: small;
|
|
margin-top: 2em;
|
|
text-align: right;
|
|
}
|
|
</style>
|