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

8 lines
357 B
HTML
Raw Normal View History

2022-05-27 00:16:21 +00:00
<span id="search-label">Search this site:</span>
<form
itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"
action="https://searchmysite.net/search/" method="get">
2022-05-27 00:16:21 +00:00
<input aria-labelledby="search-label" itemprop="query" type="search" value="domain:seirdy.one " name="q">
<div><input type="submit" value="search"></div>
</form>