From fea5a6198f29a64f700869088f6ac0df967ec420 Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 4 Oct 2025 15:31:25 +0200 Subject: [PATCH] test something --- html/landing.ejs | 116 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 113 insertions(+), 3 deletions(-) diff --git a/html/landing.ejs b/html/landing.ejs index 4193b869..4ea320ab 100644 --- a/html/landing.ejs +++ b/html/landing.ejs @@ -307,10 +307,120 @@ const randomFeatures = features.sort(() => 0.5 - Math.random()).slice(0, 3); - -
- POKE logo + +
+ POKE logo + + + + <% + const _terms = Array.isArray(typeof searchMarquee !== 'undefined' ? searchMarquee : null) && (typeof searchMarquee !== 'undefined') + ? searchMarquee + : [ + "Gaming videos", "Deltarune Chapter 3&4", "K-Pop mixes", "Lo-fi playlists", "Linux tips", + "Privacy guides", "Games hub", "News highlights", "Cozy movies", "Study music", + "ASMR", "Live cams", "Nature ambiences", "City pop", "Retro tech", "omori", "twenty one pilots", "smoorez" + ]; + const enc = str => encodeURIComponent(String(str)); + %> + +
+
+ <% _terms.forEach(t => { %> + + <%= t %> + + <% }) %> +
+
+ + +
+