mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-23 00:17:49 +01:00
YESSSSSSS
This commit is contained in:
parent
55b8303877
commit
94c564f915
1 changed files with 17 additions and 14 deletions
|
@ -113,6 +113,7 @@ border-radius: 5px;
|
||||||
</nav><br>
|
</nav><br>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class="discover-some-bitches">
|
<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-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;">
|
<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>
|
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||||
</div>
|
</div>
|
||||||
<br> <br>
|
<br> <br>
|
||||||
<br>
|
<br> <br>
|
||||||
<br>
|
<br> <br style="display: none;">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="channel-page" style="background-color: var(--channel-contents-background);">
|
||||||
|
|
||||||
|
|
||||||
<% j.Search.Results.Video.forEach(x => { %>
|
<% j.Search.Results.Video.forEach(x => { %>
|
||||||
<div class="video-list">
|
<div class="video-list">
|
||||||
<div class="video">
|
<div class="video">
|
||||||
|
@ -152,6 +154,7 @@ border-radius: 5px;
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% }) %>
|
<% }) %>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue