mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
pwosy owo
This commit is contained in:
parent
c8ef0ab022
commit
0ed3f4c8b4
1 changed files with 7 additions and 7 deletions
|
@ -19,12 +19,11 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Searching <%=q%> - PokeTube</title>
|
||||
<link href="//vjs.zencdn.net/7.10.2/video-js.min.css" rel="stylesheet">
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel=stylesheet>
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
<link href="https://p.poketube.fun/https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel=stylesheet>
|
||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||
<link href=/css/app.main.css rel=stylesheet>
|
||||
<link href=/css/search.main.css rel=stylesheet>
|
||||
<link href=/css/search.main.css rel=stylesheet>
|
||||
<link href=/css/watch.main.css rel=stylesheet>
|
||||
<style>
|
||||
a.class:hover {
|
||||
|
@ -80,7 +79,7 @@ border-radius: 5px;
|
|||
}
|
||||
|
||||
.app{
|
||||
background-image:url("https://cdn.glitch.global/5d35aeaf-2df2-4f2f-a4b7-b486694c329b/189cce97-1473-45fc-836f-e797aa466947.image.png?v=1660302885467")
|
||||
background-image:url("https://p.poketube.fun/https://cdn.glitch.global/5d35aeaf-2df2-4f2f-a4b7-b486694c329b/189cce97-1473-45fc-836f-e797aa466947.image.png?v=1660302885467")
|
||||
}
|
||||
|
||||
/* nice classname am i rigth */
|
||||
|
@ -94,7 +93,7 @@ border-radius: 5px;
|
|||
|
||||
<body>
|
||||
<center>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
|
||||
<link href="https://p.poketube.fun/https://fonts.googleapis.com/css2?family=Inter:wght@900&family=Sigmar+One&display=swap" rel=stylesheet>
|
||||
<link href=https://pro.fontawesome.com/releases/v5.15.3/css/all.css rel=stylesheet>
|
||||
|
||||
<div class="app" >
|
||||
|
@ -143,7 +142,7 @@ border-radius: 5px;
|
|||
<a
|
||||
href="/watch?v=<%= x.id %>"
|
||||
class="thumbnail"
|
||||
style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;"
|
||||
style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;"
|
||||
><span class="video-length"><%=x.duration %></span></a>
|
||||
<div class="info" style="color:#fff;text-align: left;">
|
||||
<a style="color:#fff;font-family: 'Ginto Nord'" href="/watch?v=<%= x.id %>" class="title max-lines-2"
|
||||
|
@ -165,3 +164,4 @@ border-radius: 5px;
|
|||
</body>
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue