Bootstrap Snippets
<!-- Main content -->
<section class="content">
<!-- new row -->
<div class="row">
<!-- column width and height -->
<div class="col-md-6">
<!-- type of box -->
<div class="box box-info">
<div class="box-body">
<!-- title -->
<div class="box-header">
<h3 class="box-title">Main Information</h3>
</div>
<!-- Form -->
<label>Url:</label>
<input type="text" class="form-control" id="url">
<button type="button" id="getindicator">Get Images</button>
</div>
</div>
</div>
</div>
</section>