Skip to content

Commit

Permalink
Update pasword.html
Browse files Browse the repository at this point in the history
  • Loading branch information
achuzhegin authored Mar 27, 2024
1 parent dd5711b commit 19e2bf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/dist/pages/profiles/pasword.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<section id="profile">
<!-- <div class="container"> -->

<form class="container" name="foto" action="" method="post">
<div class="foto">
<img src="img\Union.svg" alt="" />
Expand All @@ -25,21 +25,21 @@ <h2 class="heading">{{username}}</h2>
<label for="oldPassword">Пароль</label>
</div>
<div class="column-2">
<!-- <input type="password" id="oldPassword" name="oldPassword"> -->

<input type="password" id="oldPassword" name="oldPassword" placeholder="" class="">
</div>
<div class="column-2">
<label for="newPassword">Новый пароль</label>
</div>
<div class="column-2">
<!-- <input type="password" id="newPassword" name="newPassword"> -->

<input type="password" id="newPassword" name="newPassword" placeholder="" class="">
</div>
<div class="column-2">
<label for="confirmationPassword">Подтвердите новый пароль</label>
</div>
<div class="column-2">
<!-- <input type="password" id="confirmationPassword" name="confirmationPassword"> -->

<input type="password" id="confirmationPassword" name="confirmationPassword" placeholder="" class="">
</div>

Expand All @@ -58,8 +58,8 @@ <h2 class="heading">{{username}}</h2>
</form>


<!-- </div> -->

</section>
</body>

</html>
</html>

0 comments on commit 19e2bf9

Please sign in to comment.