mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 23:57:50 +01:00
yes
This commit is contained in:
parent
999d17b150
commit
23abbe7669
1 changed files with 5 additions and 4 deletions
|
@ -124,7 +124,7 @@ border-radius: 5px;
|
||||||
<div class=search>
|
<div class=search>
|
||||||
|
|
||||||
<form action=/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>
|
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
||||||
|
@ -157,10 +157,11 @@ border-radius: 5px;
|
||||||
|
|
||||||
</div>
|
</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
|
Congratulations, you've reached the end of the internet kekw
|
||||||
</p>
|
<div></div></p>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue