mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 14:48:33 +01:00
update thignys
This commit is contained in:
parent
e3a19e57d7
commit
9802cad2b0
1 changed files with 11 additions and 9 deletions
|
@ -256,7 +256,7 @@ pointer-events:none;
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="align">
|
<div class="align">
|
||||||
<img class="img" src="<%=info.artwork%>"/>
|
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="video-title center" style="font-family:Ginto Nord;font-weight:900;white-space:yes;text-align: left;">
|
<div class="video-title center" style="font-family:Ginto Nord;font-weight:900;white-space:yes;text-align: left;">
|
||||||
<%=info.title%></div>
|
<%=info.title%></div>
|
||||||
|
@ -267,6 +267,7 @@ pointer-events:none;
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="fas fa-shield-alt"></i><a style="color:#fff" href="/encryption?v=<%=video.id%>"> Encryption </a>
|
<i class="fas fa-shield-alt"></i><a style="color:#fff" href="/encryption?v=<%=video.id%>"> Encryption </a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a style="color:#fff" href="/download?v=<%=video.id%>">
|
<a style="color:#fff" href="/download?v=<%=video.id%>">
|
||||||
|
@ -275,15 +276,16 @@ pointer-events:none;
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div style="position: fixed;bottom: 0;right: 0;margin: 67px;">
|
|
||||||
|
<div style="position: fixed;bottom: 0;right: 0;margin: 67px;text-decoration: none;">
|
||||||
<p style="margin:0;">
|
<p style="margin:0;">
|
||||||
Powered By
|
Powered By
|
||||||
</p> <img src="/css/apple.svg">
|
</p>
|
||||||
|
<img src="/css/apple.svg?v=5">
|
||||||
</div>
|
</div>
|
||||||
<div class="downnav">
|
<div class="downnav">
|
||||||
<audio class="player" id="<%=sha384(video.id)%>" autoplay controls src="https://p.poketube.fun/<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
<audio class="player" id="<%=sha384(video.id)%>" autoplay controls src="https://p.poketube.fun/<%=url%>" poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4"><img src="https://t.poketube.fun/t/rep.gif?music=<%=btoa(video.id)%>" style="border:0;width: 0;visibility: hidden;" id="music-track">
|
||||||
</audio>
|
</audio>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue