upload something
This commit is contained in:
9
web/src/pages/texture-packs.astro
Normal file
9
web/src/pages/texture-packs.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import Base from "../layouts/Base.astro";
|
||||
import NavBar from "../components/NavBar.astro";
|
||||
---
|
||||
|
||||
<Base title="Firmament Texture Packs">
|
||||
<NavBar></NavBar>
|
||||
|
||||
</Base>
|
||||
Reference in New Issue
Block a user