mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
qwq
This commit is contained in:
parent
7fd507b2ac
commit
bf269aa4f0
1 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">
|
||||||
<meta content=website property=og:type>
|
<meta content=website property=og:type>
|
||||||
<meta content="PokeTube - Video Downloader" property=og:title>
|
<meta content="PokeTube - Video Downloader" property=og:title>
|
||||||
<meta content="Download this video by <%=video.Channel.Name%> on PokeTube" property=twitter:description>
|
<meta content="You wouldn't download a car... Right? - Download this video by <%=video.Channel.Name%> on PokeTube " property=twitter:description>
|
||||||
<meta content="https://i.ytimg.com/vi/<%=video.id%>/maxresdefault.jpg" property=og:image>
|
<meta content="https://i.ytimg.com/vi/<%=video.id%>/maxresdefault.jpg" property=og:image>
|
||||||
<meta content=summary_large_image name=twitter:card>
|
<meta content=summary_large_image name=twitter:card>
|
||||||
<meta content=@PoketaleBot name=twitter:site>
|
<meta content=@PoketaleBot name=twitter:site>
|
||||||
|
@ -176,8 +176,8 @@ summary:hover{
|
||||||
|
|
||||||
|
|
||||||
<div class="playlist-page">
|
<div class="playlist-page">
|
||||||
<div class="playlist-info" style="border-radius:12px;font-family:'Inter';margin: 8px;padding: 18px;background-color: black;">
|
<div class="playlist-info" style="border-radius:12px;font-family:'Inter';margin: 8px;padding: 18px;background-color: black;width: fit-content;height: fit-content;">
|
||||||
<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg');border-radius: 5px;">
|
<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg');border-radius: 5px;">
|
||||||
<a href="/watch?v=<%=video.id%>">Watch The Video</a>
|
<a href="/watch?v=<%=video.id%>">Watch The Video</a>
|
||||||
</div>
|
</div>
|
||||||
<p class="title"><%=video.Title%></p>
|
<p class="title"><%=video.Title%></p>
|
||||||
|
|
Loading…
Reference in a new issue