mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
8158cb3cd9
Add a search bar to the site footer to search seirdy.one.
7 lines
343 B
HTML
7 lines
343 B
HTML
<form
|
|
itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"
|
|
action="https://searchmysite.net/search/" method="get">
|
|
<label for="search" hidden>Search this site:</label>
|
|
<input id="search" itemprop="query" type="search" value="domain:seirdy.one " name="q">
|
|
<div><input type="submit" value="search"></div>
|
|
</form>
|