Initial Code Commit

This commit is contained in:
2025-11-03 19:51:59 +00:00
parent cfd3ccbdbb
commit b84eb2db3d
45 changed files with 1078 additions and 138 deletions
+13
View File
@@ -0,0 +1,13 @@
<script lang="ts">
export let link: string;
export let icon: string;
</script>
<span class="mx-2 my-2 w-fit btn variant-filled">
<a
href="{link}"
target="_blank"
rel="noreferrer">
<span class="{icon}">.</span>
</a>
</span>