aboutsummaryrefslogtreecommitdiff
path: root/web/src/pages/index.astro
blob: 3797b4261eb26673aab2a0d933d07ccb1d7d708b (plain)
1
2
3
4
5
6
7
8
9
10
---
import Head from "../components/Head.astro";
---

<html lang="en">
<Head title="Firmament"></Head>
<body>
<h1>Astro</h1>
</body>
</html>