Last active
June 5, 2016 08:14
-
-
Save chris-pearce/221b55650306169242d3e6a6c85a27fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="/w/index.php" id="searchform"> | |
<div id="simpleSearch"> | |
<input type="search" name="search" placeholder="Search" | |
title="Search Wikipedia [ctrl-option-f]" accesskey="f" id="searchInput" tabindex="1" | |
autocomplete="off"> | |
<input type="hidden" value="Special:Search" name="title"> | |
<input type="submit" name="go" value="Go" | |
title="Go to a page with this exact name if it exists" id="searchButton" | |
class="searchButton"> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment