From e178ada5670c6968204d3f5e1773714b50f09e40 Mon Sep 17 00:00:00 2001 From: v4ltages Date: Thu, 1 May 2025 12:22:18 +0300 Subject: [PATCH] Added embed content --- src/app/layout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 71168fb..3bb7002 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,5 +1,6 @@ // Head metadata // import type { Metadata } from "next"; +import Head from 'next/head'; // Provides the theme context to the app import { ThemeProvider } from "@/components/Theme-provider" @@ -31,6 +32,11 @@ export default function RootLayout({ }>) { return ( + + TipiLAN + + +