Skip to content

Instantly share code, notes, and snippets.

@drunkensouljah
Created February 12, 2015 19:18
Show Gist options
  • Select an option

  • Save drunkensouljah/76c20a5a4cf2cdf2c734 to your computer and use it in GitHub Desktop.

Select an option

Save drunkensouljah/76c20a5a4cf2cdf2c734 to your computer and use it in GitHub Desktop.
bootstrap google suche
<!-- Suche -->
<div class="row">
<div class="col-lg-6">
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span></button>
</span>
<form method="get" action="http://www.google.de/search" name="googlesearch">
<input type="text" class="form-control" placeholder="Suchen..." name="q">
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment