test first commit

This commit is contained in:
Firq 2023-07-17 23:34:53 +02:00
parent 7bc2057f5c
commit 93ad10a1d5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
23 changed files with 6404 additions and 75 deletions
src/pages

17
src/pages/index.astro Normal file
View file

@ -0,0 +1,17 @@
---
import Layout from '../layouts/Layout.astro'
import Hero from '../components/hero.astro'
const description =
'This site is a WIP project by Firq. In the future, it will be used to catalogue information around FGO TA and the game in general.'
---
<Layout
title="Home - FGO TA"
currentpage="home"
descriptionOverride={description}
>
<Hero />
</Layout>
<style></style>