mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
italic font
bottom text
This commit is contained in:
parent
5237198be0
commit
8625d582bd
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ summary:hover{
|
|||
<div class="primary">
|
||||
|
||||
<div class="video-player-container">
|
||||
<video class="player" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/sddefault.jpg?v=607ddcd4">
|
||||
<video class="player" style="border-radius: 16px;" autoplay controls src="<%=url%>" poster="https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg?v=607ddcd4">
|
||||
</video>
|
||||
</div><br>
|
||||
<div class="video-info">
|
||||
|
@ -288,7 +288,7 @@ if you want to change the url - see config in server.js
|
|||
<% } %>
|
||||
<% if (!r) { %>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||
<p style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||
<p style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;font-style: italic;" align="center">
|
||||
OTHER VIDEOS FOR YOU <3
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue