generated from nhcarrigan/template
feat: overlay
This commit is contained in:
parent
f2d1950979
commit
70563d63c6
@ -29,10 +29,19 @@ export default function RootLayout({
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<link rel="icon" href="https://cdn.nhcarrigan.com/logo.png" sizes="any" />
|
<link rel="icon" href="https://cdn.nhcarrigan.com/logo.png" sizes="any" />
|
||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
{children}
|
|
||||||
<header>
|
<header>
|
||||||
<ClientNavigation />
|
<ClientNavigation />
|
||||||
</header>
|
</header>
|
||||||
|
{children}
|
||||||
|
<video
|
||||||
|
src="https://cdn.nhcarrigan.com/overlay.webm"
|
||||||
|
autoPlay
|
||||||
|
loop
|
||||||
|
muted
|
||||||
|
playsInline
|
||||||
|
className="fixed top-0 left-0 w-full h-full object-cover opacity-25"
|
||||||
|
style={{ pointerEvents: "none" }}
|
||||||
|
/>
|
||||||
</body>
|
</body>
|
||||||
<Script
|
<Script
|
||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user