mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Google Verification Stuff
This commit is contained in:
parent
993552226b
commit
81603a9e2b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ import { Navbar } from './_components/navbar';
|
||||||
const MarketingLayout = ({ children }: { children: React.ReactNode }) => {
|
const MarketingLayout = ({ children }: { children: React.ReactNode }) => {
|
||||||
return (
|
return (
|
||||||
<div className='h-full bg-slate-100'>
|
<div className='h-full bg-slate-100'>
|
||||||
|
<meta
|
||||||
|
name='google-site-verification'
|
||||||
|
content='PRxg9VJRF6bNC8Gn2foGdrSvXjqihsgL4w9HPTt5nVk'
|
||||||
|
/>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<main className='bg-slate-100 pb-20 pt-40'>{children}</main>
|
<main className='bg-slate-100 pb-20 pt-40'>{children}</main>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Reference in a new issue