This commit is contained in:
laura 2025-12-09 19:25:04 -03:00
parent 862b11b9ef
commit 9c6da082a0
Signed by: w
GPG key ID: BCD2117C99E69817
31 changed files with 441 additions and 263 deletions

View file

@ -7,6 +7,7 @@ export default function Footer() {
return (
<footer class="section typewriting">
<p class="alt alt-font">
© 2025 <span class="highlight">miwa</span>{" · "}
Made with <span class="highlight"></span> · Source code available at
{" "}
<a href="https://kyu.re/~web">git.acpi.at</a> under the{" "}
@ -20,10 +21,6 @@ export default function Footer() {
.
</p>
<br />
<p class="alt alt-font">
© 2025 <span class="highlight">miwa</span>{" "}
Powered by FreeBSD and autism
</p>
</footer>
);
}