2022-05-27 00:06:56 +00:00
|
|
|
<form
|
|
|
|
itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"
|
|
|
|
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.-->
|
|
|
|
<input id="search" itemprop="query" type="search" value="domain:seirdy.one " name="q">
|
|
|
|
<div><input type="submit" value="search"></div>
|
|
|
|
</div>
|
2022-05-27 00:06:56 +00:00
|
|
|
</form>
|