Add logo to home page
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import React from 'react'
|
||||
import '@/assets/css/home.scss'
|
||||
|
||||
const Home: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<h1>FatWeb</h1>
|
||||
<header className={'nav'}>
|
||||
<a className={'logo'} href={'https://fatweb.top'}>
|
||||
<span className={'title'}>FatWeb</span>
|
||||
</a>
|
||||
</header>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user