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">
|
||||
<link rel="icon" href="https://cdn.nhcarrigan.com/logo.png" sizes="any" />
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
<header>
|
||||
<ClientNavigation />
|
||||
</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>
|
||||
<Script
|
||||
type="text/javascript"
|
||||
|
Loading…
x
Reference in New Issue
Block a user