feat: overlay

This commit is contained in:
Naomi Carrigan 2024-08-26 17:44:15 -07:00
parent f2d1950979
commit 70563d63c6
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -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"