mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:17:57 +01:00
lol
This commit is contained in:
parent
6890f15f59
commit
494ecc2b65
1 changed files with 9 additions and 3 deletions
|
@ -198,10 +198,16 @@ font-family:Ubuntu
|
||||||
<div class="video-list download-list playlist-video-list">
|
<div class="video-list download-list playlist-video-list">
|
||||||
<div>
|
<div>
|
||||||
<h3 style="font-family:'PokeTube Flex';font-weight:1000;white-space:yes;font-stretch: ultra-expanded;"> DOWNLOAD VIDEO / MUSIC</h3>
|
<h3 style="font-family:'PokeTube Flex';font-weight:1000;white-space:yes;font-stretch: ultra-expanded;"> DOWNLOAD VIDEO / MUSIC</h3>
|
||||||
<span>ID: <%=v%></span>
|
<span>ID: <%=v%> - <a href="/watch?v=<%=v%>"> Watch the video</a> </span>
|
||||||
<hr>
|
<hr>
|
||||||
<img src="https://i.ytimg.com/vi/<%=v%>/maxresdefault.jpg" style="height: 15em;border-radius: 1em;">
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<img src="https://i.ytimg.com/vi/<%=v%>/maxresdefault.jpg" style="height: 15em;border-radius: 1em;box-shadow: 0 0 4.4em <%=color%>;">
|
||||||
|
<div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="format-list">
|
<div class="format-list">
|
||||||
<p style="text-align: center;margin-top: 0;margin-bottom: 10px;">
|
<p style="text-align: center;margin-top: 0;margin-bottom: 10px;">
|
||||||
|
|
Loading…
Reference in a new issue