diff options
Diffstat (limited to 'web/src/pages/index.astro')
-rw-r--r-- | web/src/pages/index.astro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/src/pages/index.astro b/web/src/pages/index.astro new file mode 100644 index 0000000..3797b42 --- /dev/null +++ b/web/src/pages/index.astro @@ -0,0 +1,10 @@ +--- +import Head from "../components/Head.astro"; +--- + +<html lang="en"> +<Head title="Firmament"></Head> +<body> +<h1>Astro</h1> +</body> +</html> |