quickdocs-server/templates/partials/header.html

8 lines
295 B
HTML
Raw Normal View History

2015-07-18 16:23:00 +09:00
<div id="global-header">
<h1 class="logo"><a href="/">Quickdocs</a></h1>
<form class="search-form" method="get" action="/search">
<input type="text" name="q" value="{{ query }}" placeholder="Search for projects" />
<input type="submit" class="lsf" value="search" />
</form>
</div>