From 430ef35386e79386f84665f6bd8d54c31e45e018 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 17 Nov 2024 04:01:17 +0100 Subject: feat(web): Move over some docs --- web/src/pages/texture-packs.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 web/src/pages/texture-packs.astro (limited to 'web/src/pages/texture-packs.astro') diff --git a/web/src/pages/texture-packs.astro b/web/src/pages/texture-packs.astro new file mode 100644 index 0000000..77d8a37 --- /dev/null +++ b/web/src/pages/texture-packs.astro @@ -0,0 +1,10 @@ +--- +import Base from "../layouts/Base.astro"; +import NavBar from "../components/NavBar.astro"; +import Content from "../layouts/Content.astro"; +--- + + + + + -- cgit