mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
1aed7a66d4
The site now has polygot markup and can handle both XHTML5 and HTML5 parsing rules. My staging site will be XHTML but my main site will be HTML5, just in case of parse errors. If other tools (e.g. LightHouse) end up supporting XHTML5, I'll consider switching the content-type to XHTML.
9 lines
504 B
HTML
9 lines
504 B
HTML
<form
|
|
itemprop="potentialAction" itemscope="" itemtype="https://schema.org/SearchAction"
|
|
action="https://searchmysite.net/search/" method="get">
|
|
<label for="search">Search this site (powered by <a rel="nofollow" href="https://searchmysite.net/">Search My Site</a>):</label>
|
|
<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>
|
|
</form>
|