Skip to content
Snippets Groups Projects
index.html 1.05 KiB
Newer Older
  • Learn to ignore specific revisions
  • jsclose's avatar
    jsclose committed
    <head>
    
    <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
    <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
    <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
    
    jsclose's avatar
    jsclose committed
    <script src="get_search.js"></script>
    
    jsclose's avatar
    jsclose committed
    </head>
    
    <!------ Include the above in your HEAD tag ---------->
    
    <div class="container">
    	<div class="row">
            <div class="col-sm-6 col-sm-offset-3">
                <div id="imaginary_container"> 
                    <div class="input-group stylish-input-group">
    
    jsclose's avatar
    jsclose committed
                        <input type="text" class="form-control" id="query" placeholder="Search" >
    
                        <span class="input-group-addon">
    
    jsclose's avatar
    jsclose committed
                            <button id = "search" type="submit">
    
                                <span class="glyphicon glyphicon-search"></span>
                            </button>  
                        </span>
                    </div>
                </div>
            </div>
    	</div>
    
    
    
        <div class="row">
            <div id = "results">
    
            </div>
    
        </div>