test first commit
This commit is contained in:
parent
7bc2057f5c
commit
93ad10a1d5
23 changed files with 6404 additions and 75 deletions
src/pages
17
src/pages/index.astro
Normal file
17
src/pages/index.astro
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue