1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00
seirdy.one/layouts/partials/search.html

12 lines
516 B
HTML
Raw Normal View History

<form
itemprop="potentialAction" itemscope="" itemtype="https://schema.org/SearchAction"
action="https://seirdy.one/search/" method="get" role="search">
2022-06-08 06:36:05 +00:00
<label for="search">
Search this site (powered by the <a rel="nofollow" href="https://searchmysite.net/">Search My Site</a> API):
2022-06-08 06:36:05 +00:00
</label>
<div><!--We need the extra divs to serve as pseudo-table-cells.-->
<input id="search" type="search" itemprop="query" name="q" spellcheck="true" />
<div><input type="submit" value="search" /></div>
</div>
</form>