|
|
|
|
|
by galfarragem
3190 days ago
|
|
I wonder what's the backend of this app. BuiltWith doesn't detect much. Edit - I really like the simplicity of search box (no JS): <form class="search" action="/search" method="get">
<input name="query" placeholder="Search" type="search" required>
<button type="submit"><svg> ..search icon.. </svg></button>
</form>
|
|