Added a favicon
This commit is contained in:
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 KiB |
@@ -8,13 +8,14 @@ const inter = Inter({subsets: ["latin"]});
|
|||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "EnCoach",
|
title: "EnCoach",
|
||||||
description: "Generated by create next app",
|
description: "We are the best service and the only one",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({children}: {children: React.ReactNode}) {
|
export default function RootLayout({children}: {children: React.ReactNode}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
||||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self'; script-src 'self';" />
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self'; script-src 'self';" />
|
||||||
</head>
|
</head>
|
||||||
<body className={inter.className}>{children}</body>
|
<body className={inter.className}>{children}</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user