mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:48:36 +01:00
add new logo to search :3
This commit is contained in:
parent
41d1843fe4
commit
6a43991631
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<head>
|
||||
<title>Searching <%=q%> - PokeTube</title>
|
||||
<title>Searching <%=q%> - PokeSearch</title>
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||
|
@ -338,7 +338,7 @@ video[counter].classList.add("shake");
|
|||
|
||||
<% if (q != "something") { %>
|
||||
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);width:8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
||||
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);width:8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo-search.svg?v=5"></a>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue