mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 11:34:39 -05:00
YESSSSSSS
This commit is contained in:
parent
e573020440
commit
b63a71d236
1 changed files with 17 additions and 14 deletions
|
@ -113,6 +113,7 @@ border-radius: 5px;
|
|||
</nav><br>
|
||||
|
||||
|
||||
|
||||
<div class="discover-some-bitches">
|
||||
<div class="video-title" style="font-family:'Ginto nord';font-weight:900;white-space:yes;font-size: xxx-large;">SEARCHING VIDEOS ON POKETUBE</div>
|
||||
<div class="video-info-bar" style="font-family:'Ginto nord';border-bottom:none;padding:0;font-size: small;">
|
||||
|
@ -129,12 +130,13 @@ border-radius: 5px;
|
|||
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||
</div>
|
||||
<br> <br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
|
||||
<br> <br>
|
||||
<br> <br style="display: none;">
|
||||
|
||||
</div>
|
||||
<div class="channel-page" style="background-color: var(--channel-contents-background);">
|
||||
|
||||
|
||||
<% j.Search.Results.Video.forEach(x => { %>
|
||||
<div class="video-list">
|
||||
<div class="video">
|
||||
|
@ -152,6 +154,7 @@ border-radius: 5px;
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<% }) %>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue