feat(web): Initial web branch
This commit is contained in:
10
web/src/pages/index.astro
Normal file
10
web/src/pages/index.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import Head from "../components/Head.astro";
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
<Head title="Firmament"></Head>
|
||||
<body>
|
||||
<h1>Astro</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user