2022-05-27 00:06:56 +00:00
|
|
|
<form
|
2022-05-30 22:49:31 +00:00
|
|
|
itemprop="potentialAction" itemscope="" itemtype="https://schema.org/SearchAction"
|
2022-05-27 00:06:56 +00:00
|
|
|
action="https://searchmysite.net/search/" method="get">
|
2022-05-30 19:07:33 +00:00
|
|
|
<label for="search">Search this site (powered by <a rel="nofollow" href="https://searchmysite.net/">Search My Site</a>):</label>
|
2022-05-30 05:48:27 +00:00
|
|
|
<div><!--We need the extra divs to serve as pseudo-table-cells.-->
|
2022-05-30 22:49:31 +00:00
|
|
|
<input id="search" itemprop="query" type="search" value="domain:seirdy.one " name="q" />
|
|
|
|
<div><input type="submit" value="search" /></div>
|
2022-05-30 05:48:27 +00:00
|
|
|
</div>
|
2022-05-27 00:06:56 +00:00
|
|
|
</form>
|