1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 08:25:32 +04:00
Files
tabler/pages/_includes/layout/navbar-search.html
T
2019-12-12 21:52:37 +01:00

6 lines
186 B
HTML

<div class="navbar-search d-none d-lg-block">
<form action="" method="get">
<input type="text" name="q" class="form-control bg-light" placeholder="Search...">
</form>
</div>