From be66d1aafcfb73813497d449653f6107558c9191 Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 1 Sep 2024 21:23:49 +0000 Subject: [PATCH] move --- html/search.ejs | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/html/search.ejs b/html/search.ejs index 714793d..527a711 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -969,7 +969,28 @@ font-weight: 1000;">dont. display: none; } - + <% if (invresults.length < 1) { %> +
+
+

+ +

+

A error occured while searching. perhaps try refresing the page lol

+

+ You can try other alternatives to access this resource such as: + + Invidious + + or + + lighttube + +

+

+ This page will be refreshed after 10 seconds +

+ <% } %> + <% invresults.forEach (x => { %>
@@ -1037,27 +1058,7 @@ font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><
- <% if (invresults.length < 1) { %> -
-
-

- -

-

A error occured while searching. perhaps try refresing the page lol

-

- You can try other alternatives to access this resource such as: - - Invidious - - or - - lighttube - -

-

- This page will be refreshed after 10 seconds -

- <% } %> +
<% } %>