Implement color

This commit is contained in:
2023-07-15 22:48:06 +00:00
parent ea946b2ae9
commit 90ac3559ae
10 changed files with 281 additions and 62 deletions

View File

@ -4,7 +4,7 @@ export const Page = () => (
<>
<p>Is this thing on?</p>
<p>
<a href="/2019/02/the-whole-world">Code</a>
<a href="/2023/06/flam3">Code</a>
</p>
</>
);