From 4a2f82f06490b7fb277dc6c7558d10c34503a495 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 01:38:53 -0700 Subject: add basic daily answer encryption --- src/data/songs.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/data/songs.ts (limited to 'src/data') diff --git a/src/data/songs.ts b/src/data/songs.ts new file mode 100644 index 0000000..7b760b2 --- /dev/null +++ b/src/data/songs.ts @@ -0,0 +1,4 @@ +export const songs = [ + { artist: "KiiiKiii", name: "Strawberry Cheesegame", youtubeId: "CQSY6FeT68I" }, + { artist: "ifeye", name: "r u ok?", youtubeId: "tEF6aKhfPaQ" }, +]; -- cgit v1.2.3