feat: initial commit

This commit is contained in:
Cory Dransfeldt 2024-11-16 16:43:07 -08:00
commit 662a249ad3
No known key found for this signature in database
192 changed files with 24641 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
import { IconBrandGithub } from "@tabler/icons-preact";
const { url } = Astro.props;
---
<div class="banner github">
<p>
<IconBrandGithub size={24} /> Take a look at <a href={url}
>the GitHub repository for this project</a
>. (Give it a star if you feel like it.)
</p>
</div>