aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
blob: e88bb718e7460613942457a939b75a2ce4bfea6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export const metadata = {
  title: 'Patchwork Karaoke',
  description: 'A karaoke oriented media player with support for lyrics, subtitles, and offset adjustments!',
}

export default function RootLayout({
  children,
}: {
  children: React.ReactNode
}) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  )
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage