Added counter
This commit is contained in:
parent
78b516a6a4
commit
3029cafec6
3 changed files with 83 additions and 5 deletions
|
|
@ -2,15 +2,18 @@
|
|||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../builtin-components/Button/Button.tsx'
|
||||
import Image from '../builtin-components/Image/Image'
|
||||
import Link from '../builtin-components/Link/Link'
|
||||
import Counter from '../components/Counter.tsx'
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
<Layout title="FWT">
|
||||
<main class="page">
|
||||
<!-- <section class="image"> -->
|
||||
<Link to="https://git.patalcala.com/patalcala9/fwt">
|
||||
<Image src="fwt.png" size={250} />
|
||||
<!-- </section> -->
|
||||
</Link>
|
||||
|
||||
<h1>Fast WebApp Template</h1>
|
||||
<Counter client:load/>
|
||||
<Button label="Next Page" to="/next" />
|
||||
</main>
|
||||
|
||||
|
|
@ -24,7 +27,5 @@ import Image from '../builtin-components/Image/Image'
|
|||
align-content: center
|
||||
margin: 2rem
|
||||
height: 90vh
|
||||
|
||||
|
||||
</style>
|
||||
</Layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue