mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 08:34:42 -05:00
add verified instance :3
This commit is contained in:
parent
a6290f597f
commit
c4585a5712
1 changed files with 9 additions and 0 deletions
|
@ -342,6 +342,15 @@ But Please note that unofficial instances can add the same lock icon, so please
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
|
<% if (verify) { %>
|
||||||
|
|
||||||
|
<i style="margin-left: 2em;" class="fa-light fa-badge-check"
|
||||||
|
title="This is a veried instance!
|
||||||
|
this instance was verified to be fast and secure!"
|
||||||
|
></i>
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<form action="/search"><input class="search-bar" autocomplete="on" id="fname" name="query" style="color:var(--text-color);font-family:poketube flex,sans-serif;border-radius: 2em;font-weight: 850;font-stretch: extra-expanded;" data-ddg-inputtype="identities.firstName">
|
<form action="/search"><input class="search-bar" autocomplete="on" id="fname" name="query" style="color:var(--text-color);font-family:poketube flex,sans-serif;border-radius: 2em;font-weight: 850;font-stretch: extra-expanded;" data-ddg-inputtype="identities.firstName">
|
||||||
|
|
Loading…
Reference in a new issue