aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/layout.tsx
blob: 7dbde38ac5bdac1292fc61cf634c11928c20dd3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const metadata = {
  title: "LRC-Karaoke Player",
  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