mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
yes
This commit is contained in:
parent
7805c9fbd0
commit
bc2a23b0c3
1 changed files with 5 additions and 4 deletions
|
@ -124,7 +124,7 @@ border-radius: 5px;
|
|||
<div class=search>
|
||||
|
||||
<form action=/search>
|
||||
<input class="search-bar" autocomplete="on" id="fname" name="query" value=" <%=q%>" placeholder="search some videos lol "style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;">
|
||||
<input class="search-bar" autocomplete="on" id="fname" name="query" value="<%=q%>" placeholder="search some videos lol "style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;">
|
||||
|
||||
|
||||
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||
|
@ -157,10 +157,11 @@ border-radius: 5px;
|
|||
|
||||
</div>
|
||||
<% }) %>
|
||||
<p>
|
||||
<p style="background-color: #353030;width: fit-content;border-radius: 3px;padding: 4px;">
|
||||
Congratulations, you've reached the end of the internet kekw
|
||||
</p>
|
||||
|
||||
<div></div></p>
|
||||
</a>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue