Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ <h2>Login Here</h2>
<input id="password" type="password" name="password" class="form-control" placeholder="Enter Your Password Here" required>

</div>

</form>
<input type="checkbox" name="">Remember me</br>
<button id="submit" type="submit" class="btn btn-primary btn-block" style="margin-top: 2em">Submit</button>


<button id="submit" type="submit" class="btn btn-primary btn-block" style="margin-top: 2em">Submit</button>
</div>
<script type="text/javascript" src="scripts/test.js"></script>
</body>
Expand Down