diff --git a/html/search-web.ejs b/html/search-web.ejs new file mode 100644 index 00000000..8c530d1a --- /dev/null +++ b/html/search-web.ejs @@ -0,0 +1,398 @@ + + + + +Searching <%=q%> - PokeTube + + + + + + + + + + <% if (q == "do the harlem shake") { %> + + <% } %> + + + + + + + + + + + + + + + + <% if(IsOldWindows) { %> + + + <% } %> + + + + + +
+ + + + +
+ + + + +
+ +
+ + Videos + +Web + + +
+
+ + <% results.forEach(x => { %> +
+ + <%= x.title %>
+

<%= x.link %>
+ <%= x.snippet %> +

+
+ + <% }) %> + + +
+ + + + + + \ No newline at end of file