add code link

This commit is contained in:
mehbark 2023-04-28 20:30:17 -04:00
parent af2f9d135b
commit e59cecc868

View file

@ -36,7 +36,8 @@ export default function Home({ db }: { db: Database }) {
/>
{links}
<div className="promo" style={DEFAULT_STYLE}>
by <a href="https://pl.pyrope.net/terezi">mehbark</a>
by <a href="https://pl.pyrope.net/terezi">mehbark</a>; code{" "}
<a href="https://git.pyrope.net/mbk/freshter-logs">here</a>
</div>
</>
);