changed search option

This commit is contained in:
allgenesconsidered 2016-02-11 14:12:30 -08:00
parent dffe628cc6
commit dee6293a77
1 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
</a> </a>
</div> </div>
<div class="column"> <div class="column">
<a href="http://github.com" class="github"> <a href="https://github.com/allgenesconsidered" class="github">
<i class="fa fa-github"></i> <i class="fa fa-github"></i>
</a> </a>
</div> </div>
@ -86,8 +86,8 @@
<input class='search' name='term' type='text' placeholder='PubMed'/> <input class='search' name='term' type='text' placeholder='PubMed'/>
</form> </form>
<BR>&nbsp;<BR> <BR>&nbsp;<BR>
<form method="get" action="http://pitchfork.com/search/?"> <form method="get" action="https://duckduckgo.com/?">
<input class='search' name='query' type='text' placeholder='Pitchfork'/> <input class='search' name='q' type='text' placeholder='DuckDuckGo'/>
</form> </form>
</div> </div>
</body> </body>