File: searchbox.html

package info (click to toggle)
python-mkdocs 0.15.3-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,476 kB
  • ctags: 1,313
  • sloc: python: 3,840; makefile: 22; xml: 20
file content (5 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (6)
1
2
3
4
5
<div role="search">
  <form id ="rtd-search-form" class="wy-form" action="{{ base_url }}/search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
  </form>
</div>