mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
feat: added Index
This commit is contained in:
parent
55467c349d
commit
894dec5a73
@ -1,7 +1,14 @@
|
|||||||
import { NextPage } from 'next'
|
import { NextPage } from 'next'
|
||||||
|
import Container from '../components/Container'
|
||||||
|
|
||||||
const Index: NextPage = () => {
|
const Index: NextPage = () => {
|
||||||
return <div></div>
|
return <>
|
||||||
|
<div className='bg-discord-blurple dark:bg-discord-dark'>
|
||||||
|
<Container className='py-28'>
|
||||||
|
<h1 className='font-bold text-4xl text-gray-100 dark:text-discord-dark'>한국 디스코드봇 리스트</h1>
|
||||||
|
</Container>
|
||||||
|
</div>
|
||||||
|
</>
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Index
|
export default Index
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user