mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-15 01:42:10 +00:00
5f48ca7bbe
Use the SearchMySite API to gather results and render them in HTML on my own site. I'll open-source the Go program that generates the results soon.
11 lines
516 B
HTML
11 lines
516 B
HTML
<form
|
|
itemprop="potentialAction" itemscope="" itemtype="https://schema.org/SearchAction"
|
|
action="https://seirdy.one/search/" method="get" role="search">
|
|
<label for="search">
|
|
Search this site (powered by the <a rel="nofollow" href="https://searchmysite.net/">Search My Site</a> API):
|
|
</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>
|