Skip to content

Commit

Permalink
No Plugins required to implement into devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
harryc73 committed Dec 12, 2024
1 parent 417a747 commit 7353e8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<form>
<div class="form-group">
<label for="exampleInputEmail1">User Name</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter Username">
<small id="emailHelp" class="form-text text-muted">Please enter your username.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Stay Signed In</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>

0 comments on commit 7353e8d

Please sign in to comment.