Created
February 12, 2015 19:18
-
-
Save drunkensouljah/76c20a5a4cf2cdf2c734 to your computer and use it in GitHub Desktop.
bootstrap google suche
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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