initial environment setup

This commit is contained in:
radishzzz 2025-01-13 02:50:27 +00:00
commit 9d2be2a82e
15 changed files with 13276 additions and 0 deletions

8
src/pages/index.astro Normal file
View file

@ -0,0 +1,8 @@
---
import Welcome from '../components/Welcome.astro'
import Layout from '../layouts/Layout.astro'
---
<Layout>
<Welcome />
</Layout>