aboutsummaryrefslogtreecommitdiff
path: root/web/src/pages/texture-packs.astro
blob: 0f34157b18b1960c1a828ba13593bc686e521e0b (plain)
1
2
3
4
5
6
7
8
---
import Base from "../layouts/Base.astro";
import NavBar from "../components/NavBar.astro";
---

<Base title="Firmament Texture Packs">

</Base>