Initial commit
This commit is contained in:
commit
4184942584
51 changed files with 6222 additions and 0 deletions
16
src/routes/index.tsx
Normal file
16
src/routes/index.tsx
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { Title } from '@solidjs/meta'
|
||||
import Counter from '~/components/Counter/Counter'
|
||||
import { Page, Column } from '~/_dasig'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Page>
|
||||
<Column>
|
||||
<Title>Dasig - Index</Title>
|
||||
<h1>DASIG</h1>
|
||||
<h4>A next level development for pure speed</h4>
|
||||
<Counter />
|
||||
</Column>
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue