Skip to content

Instantly share code, notes, and snippets.

@chris-pearce
Last active June 5, 2016 08:14
Show Gist options
  • Save chris-pearce/221b55650306169242d3e6a6c85a27fb to your computer and use it in GitHub Desktop.
Save chris-pearce/221b55650306169242d3e6a6c85a27fb to your computer and use it in GitHub Desktop.
<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