v0.1/code-improvements #53

Merged
lamacchinadesiderante merged 10 commits from v0.1/code-improvements into main 2024-04-28 19:53:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 66615185d7 - Show all commits

View File

@ -21,6 +21,7 @@ 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: watch porn videos without tracking or annoying ads!</title>
</Head>
<body>
<main className="container">{children}</main>