feat: initial commit

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

View file

@ -0,0 +1,14 @@
---
import icons from "@cdransf/astro-tabler-icons";
const { IconCoffee } = icons;
---
<div class="banner coffee">
<p>
<span set:html={IconCoffee({ size: 24 })} />
<a class="coffee" href="https://buymeacoffee.com/cory">
If you found this post helpful, you can buy me a coffee.
</a>
</p>
</div>