This commit is contained in:
2018-06-28 23:08:13 +00:00
commit 877637f1e5
69 changed files with 13521 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<div>
<form id="frm" method="post" action="index.html">
<div class="form-group mb-5">
<div class="app-frm-buttons">
<button id="btn-new-list" class="mdi mdi-plus">New list</button>
</div>
</div>
<div class="form-group">
<label for="oldpassword">Change password</label>
<input class="form-control" type="text" id="oldpassword" name="oldpassword" placeholder="current password" value="">
<input class="form-control" type="text" id="newpassword" name="newpassword" placeholder="new password" value="">
<div class="app-frm-buttons">
<button id="btn-change-password">Update</button>
</div>
</div>
</form>
</div>