From 935331e825c8df9d63e09f997e283c28aef7b544 Mon Sep 17 00:00:00 2001 From: Lucid Date: Sat, 13 Dec 2025 15:27:06 -0500 Subject: [PATCH] Added metadata and favicon --- public/images/SPD-arrows.svg | 13 +++++++++++++ src/app/layout.tsx | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 public/images/SPD-arrows.svg diff --git a/public/images/SPD-arrows.svg b/public/images/SPD-arrows.svg new file mode 100644 index 0000000..f9ecf75 --- /dev/null +++ b/public/images/SPD-arrows.svg @@ -0,0 +1,13 @@ + + + \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a8d4b96..8ba4a04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,8 +34,44 @@ export default function RootLayout({ return [client, ssr]; }, []); + const title = "Nazi Site Patrol Stats"; + const description = + "A website to display various stats for the Nazi Site Patrol bot for Telegram. Developed and maintained by Werewolf Kid Creations."; + const url = "https://bot-stats.werewolfkid.monster"; + const img = "/images/SPD-arrows.svg"; + const domain = "werewolfkid.monster"; + return ( + {title} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {children}