Compare commits
4 commits
7a9cd4b4bf
...
de74de8b0a
| Author | SHA1 | Date | |
|---|---|---|---|
| de74de8b0a | |||
| a59a1c4fc4 | |||
| c8b2c67ad6 | |||
| 5507a4ff39 |
4 changed files with 6 additions and 3 deletions
|
|
@ -11,4 +11,7 @@ export default defineConfig({
|
||||||
transformer: 'lightningcss',
|
transformer: 'lightningcss',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
build: {
|
||||||
|
assets: '_fwt',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
import './HTML.sass'
|
import './HTML.sass'
|
||||||
|
import type { JSXElement } from 'solid-js'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
title: string
|
title: string
|
||||||
name: string
|
name: string
|
||||||
description: string
|
description: string
|
||||||
children: HTMLElement
|
children: JSXElement
|
||||||
font?: string
|
font?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ import PA2 from '../../fwt/images/pat-alcala.webp'
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<h1>Fast WebApp Template</h1>
|
<h1>Fast WebApp Template</h1>
|
||||||
<Counter client:load />
|
<Counter client:idle />
|
||||||
<Button edges="rounded" label="FWT Components" to="/next" />
|
<Button edges="rounded" label="FWT Components" to="/next" />
|
||||||
|
|
||||||
<Footer>
|
<Footer>
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ import Column from '../../fwt/components/Column/Column'
|
||||||
<Button edges="rounded" label="Back to Home" to="/" />
|
<Button edges="rounded" label="Back to Home" to="/" />
|
||||||
|
|
||||||
<section class="image">
|
<section class="image">
|
||||||
<!-- <OptimizeImage src="batman.png" size={400} /> -->
|
|
||||||
<Row content="center" gap={1}>
|
<Row content="center" gap={1}>
|
||||||
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
||||||
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
<Image avif={sample1.src} webp={sample2.src} alt="Example Image" size={400} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue