aboutsummaryrefslogtreecommitdiff
path: root/web/src/pages/docs/texture-pack-format.astro
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/pages/docs/texture-pack-format.astro')
-rw-r--r--web/src/pages/docs/texture-pack-format.astro15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/src/pages/docs/texture-pack-format.astro b/web/src/pages/docs/texture-pack-format.astro
new file mode 100644
index 0000000..f04188f
--- /dev/null
+++ b/web/src/pages/docs/texture-pack-format.astro
@@ -0,0 +1,15 @@
+---
+import Base from "../../layouts/Base.astro";
+import NavBar from "../../components/NavBar.astro";
+import Content from "../../layouts/Content.astro";
+import MarkDown from './texture-pack-format.md';
+---
+
+<Base title="Firmament Texture Packs">
+ <NavBar></NavBar>
+ <Content>
+ <MarkDown/>
+ </Content>
+</Base>
+
+