fries-website/src/components/Links.astro

11 lines
234 B
Plaintext

<section id="links" aria-label="links to my social media profiles.">
<h2>my social media profiles</h2>
<a rel="me" href="https://solarpunk.moe/@fries">my fediverse profile</a>
</section>
<style>
a {
font-size: 20px;
}
</style>