mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:58:26 +01:00
Update youtube.ejs
This commit is contained in:
parent
95516577e7
commit
fb1a091a96
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<!--
|
||||
<!--
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
Copyright (C) 2021-2022 POKETUBE CONTRUBUTORS (https://github.com/iamashley0/poketube)
|
||||
|
@ -22,7 +22,7 @@
|
|||
<% } %>
|
||||
<% if (!e) { %>
|
||||
<meta content="<%=video.Title%>" name=title>
|
||||
<link href=https://watch.poketalebot.com/css/yt-ukraine.svg rel=icon>
|
||||
<link href=https://poketube.fun/css/yt-ukraine.svg rel=icon>
|
||||
<meta content=player name=twitter:card>
|
||||
<meta content="<%=title.channelTitle%>" name=twitter:description>
|
||||
<meta content=@youtube name=twitter:site>
|
||||
|
@ -52,7 +52,8 @@
|
|||
<link href=https://pro.fontawesome.com/releases/v5.15.3/css/all.css rel=stylesheet>
|
||||
<center>
|
||||
<nav>
|
||||
<div class=left><a class="class" href="https://stopwarukraine.com/" style=font-family:Inter,sans-serif;color:#fff><span><i class="fa-youtube fab" style=color:#fff></i></span><span style="text-decoration:inherit;background:linear-gradient(to right, rgba(255,215,0,1) 50%, rgba(0,87,184,1) 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;">PokeTube</span> 🇺🇦 </a></div>
|
||||
<div class=left><a class="class" href="https://stopwarukraine.com/" style=font-family:Inter,sans-serif;color:#fff><span><i class="fa-youtube fab" style=color:#fff></i></span><span style="text-decoration:inherit;background:linear-gradient(to right, rgba(255,215,0,1) 50%, rgba(0,87,184,1) 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;">PokeTube</span> 🇺🇦 </a> <a style="color:red;" href="/domains">Domains!</a></div>
|
||||
|
||||
<div class=middle>
|
||||
<form action=/api/search><input class=search-bar id=fname name=query style=color:#fff;font-family:Roboto,sans-serif> <button class="btn btn-success" type=submit><i class="fas fa-search"></i></button></form>
|
||||
</div>
|
||||
|
@ -69,7 +70,7 @@
|
|||
<br></center>
|
||||
<center>
|
||||
<h1 style="font-family:Inter,sans-serif;font-weight:700;white-space:yes;font-size:45"><b> <%=video.Title%> </b></h1>
|
||||
<a href="<%=title.Channel.id%>" style=color:#fff>
|
||||
<a href="/channel?id=<%=title.Channel.id%>" style=color:#fff>
|
||||
<%=title.Channel.Name%>
|
||||
</a>
|
||||
</center>
|
||||
|
@ -85,13 +86,13 @@
|
|||
<%=engagement.dislikes.toLocaleString()%><br>
|
||||
<p><i class="fas fa-shield-alt"></i> Youtube wont know you are whatching this video (also your fbi guy wont know too)</p><noscript><p><i class="fas fa-code"></i> Hey,you are on no script mode rn. Yes,Poketube does not require billion lame scripts to run :P</p></noscript>
|
||||
<hr>
|
||||
<h3 style="color:#fff;font-family:Inter,sans-serif;font-weight:700;white-space:yes;">Description</h3>
|
||||
<h3 style="color:#fff;font-family:Inter,sans-serif;font-weight:700;white-space:yes;">Video Description</h3>
|
||||
<center>
|
||||
<p>
|
||||
<%-title.Description.replace(/\n/g, " <br> ")%></center>
|
||||
<% if (lyrics) { %>
|
||||
<hr><br>
|
||||
<h1 style="font-family: 'Inter', sans-serif;font-weight: bold;white-space:yes;font-size:45;"> Lyrics
|
||||
<h1 style="font-family: 'Inter', sans-serif;font-weight: bold;white-space:yes;font-size:45;"> Music Lyrics
|
||||
</h1>
|
||||
<details style="color=#fff">
|
||||
<summary style="color=#fff"></summary>
|
||||
|
|
Loading…
Reference in a new issue