Initial commit

This commit is contained in:
Casey Timm
2025-06-29 15:15:31 -04:00
commit 7900ecaaf8
14 changed files with 1638 additions and 0 deletions

2
src/routes/+page.svelte Normal file
View File

@ -0,0 +1,2 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>