creations prelim
This commit is contained in:
parent
d63b7a7159
commit
d2b166c54a
4 changed files with 28 additions and 0 deletions
7
src/pages/creations/mods.astro
Normal file
7
src/pages/creations/mods.astro
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
import Layout from "../../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<main></main>
|
||||||
|
</Layout>
|
7
src/pages/creations/music.astro
Normal file
7
src/pages/creations/music.astro
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
import Layout from "../../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<main></main>
|
||||||
|
</Layout>
|
7
src/pages/creations/photography.astro
Normal file
7
src/pages/creations/photography.astro
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
import Layout from "../../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<main></main>
|
||||||
|
</Layout>
|
7
src/pages/creations/pixel-art.astro
Normal file
7
src/pages/creations/pixel-art.astro
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
import Layout from "../../layouts/Layout.astro";
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<main></main>
|
||||||
|
</Layout>
|
Loading…
Reference in a new issue