feat: out-source footer and header

This commit is contained in:
2025-02-10 16:40:19 +01:00
parent 25bda2bc4d
commit 501811a0b5
5 changed files with 135 additions and 5 deletions

14
src/Footer.tsx Normal file
View File

@@ -0,0 +1,14 @@
export default function Footer() {
return <footer>
<p className="grey">
something not working?
<br />
message <a href="https://t.me/x0124816">me</a>.
<br />
or fix it here:{" "}
<a href="https://git.0124816.xyz/julius/cutt" key="gitea">
<img src="gitea.svg" alt="gitea" height="16" />
</a>
</p>
</footer>
}