add back head tag in index file
This commit is contained in:
parent
4bcda2ae1c
commit
8f692576f2
@ -15,12 +15,10 @@ interface LandingProps {
|
|||||||
export default function Landing({ jobs, skills, projects }: LandingProps) {
|
export default function Landing({ jobs, skills, projects }: LandingProps) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
{/*
|
|
||||||
<Head>
|
<Head>
|
||||||
<meta name="color-scheme" content='dark' />
|
<meta name="color-scheme" content='dark' />
|
||||||
<body className='bg-gradient' />
|
<body className='bg-gradient' />
|
||||||
</Head>
|
</Head>
|
||||||
*/}
|
|
||||||
|
|
||||||
<img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} />
|
<img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user