add google search bar to our website in html
<form action="https://www.google.com/search" method="get" target="_blank" id="search-form">
<input name="q" type="text" placeholder="search..." autocomplete="off" autofocus>
</form>