txtdot/packages/server/templates/components/search-form.ejs

3 lines
151 B
Plaintext
Raw Normal View History

<input type="text" name="q" id="search" placeholder="Search" <%= locals.focus ? "autofocus" : "" %>>
<input class="button" type="submit" value="Go" />