This commit is contained in:
Patrick Alvin Alcala 2025-11-20 13:03:40 +08:00
parent 4184942584
commit afb5f3a287
66 changed files with 550 additions and 57 deletions

View file

@ -1,16 +0,0 @@
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>
)
}