aboutsummaryrefslogtreecommitdiff
path: root/web/src/pages
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 00:58:02 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 04:27:36 +0100
commitd26852105463a51d5b71eb70fdaba787f0914030 (patch)
tree3e6be2d35c6a7916d5f6cb49806e9900c40797b8 /web/src/pages
parent92034c8501aaf9426fd86cccd9a5c51bcf364afd (diff)
downloadFirmament-d26852105463a51d5b71eb70fdaba787f0914030.tar.gz
Firmament-d26852105463a51d5b71eb70fdaba787f0914030.tar.bz2
Firmament-d26852105463a51d5b71eb70fdaba787f0914030.zip
feat(web): Initial web branch
Diffstat (limited to 'web/src/pages')
-rw-r--r--web/src/pages/index.astro10
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>