[refactor] change to https for search url

This commit is contained in:
zombieFox
2018-12-27 12:34:38 -07:00
parent 71479ef504
commit 4c354d47c4

View File

@ -34,7 +34,7 @@
<p class="clock"></p>
</div>
<div class="head-item head-search mb-3 mb-xl-0">
<form class="search" action="http://www.google.com/search" method="get">
<form class="search" action="https://www.google.com/search" method="get">
<input class="search-input mb-0" type="text" placeholder="Find bookmarks or search" tabindex="1" name="q" autocomplete="off" tabindex="1">
<input type="submit" value="Search" class="is-hidden">
</form>