Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
achuzhegin authored Mar 27, 2024
1 parent c5a16da commit 757af51
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/dist/pages/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login</title>
<link rel="stylesheet" crossorigin href="/assets/main-DYKJH1Qq.css">
<title>Login</title>

<link rel="stylesheet" crossorigin href="/assets/main-DYKJH1Qq.css">
</head>

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

<form class="container" name="contactForm" action="" method="get">
<h2 class="heading">Вход</h2>
<div class="row">
<div class="column-2">
<p>
<label for="login">Логин</label>
<!-- <input type="text" id="username" name="username"> -->

<input type="text" id="login" name="login" placeholder="" class="">
<!-- <input type="" name="" placeholder="" class=""> -->

</p>
<p>
<label for="password">Пароль</label>
Expand All @@ -43,8 +44,8 @@ <h2 class="heading">Вход</h2>
</form>


<!-- </div> -->

</section>
</body>

</html>
</html>

0 comments on commit 757af51

Please sign in to comment.