Skip to content
Permalink
9124e60009
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
31 lines (28 sloc) 1.25 KB
<div class="container ">
<div class="row">
<div class="col-md-6 mx-auto mt-4">
<h4 class="text-center mb-3">Log In</h4>
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input #email_input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp"
placeholder="Enter email">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input #password_input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<!-- <a routerLink="/generator-search"><button type="submit" class="btn btn-primary">Submit</button></a> -->
<a href="#" class="btn btn-primary" (click)="logOn()">Submit</a>
</form>
<p id="peep"></p>
<p>
<br>
The Kinsley Group is a leading energy solutions supplier with a 50 plus year legacy of sales, rental and
service of quality energy systems. Our commercial businesses include Kinsley Power Systems, a top distributor
of industrial and residential KOHLER® generators for over 50 years and Kinsley Energy Systems, representing
prime movers for co-generation, biomass and landfill applications.
</p>
</div>
</div>
</div>