remove title tag

This commit is contained in:
lamacchinadesiderante 2024-04-28 14:55:37 +02:00
parent 7f0fc385a1
commit 929b33f04c
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ const Layout: React.FC<React.PropsWithChildren> = (props) => {
<Head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Proxy Raye: un proxy per XVideos basato su PornInvidious</title>
</Head>
<body>
<main className="container">{children}</main>