Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram2020-art committed Aug 16, 2023
1 parent e2aad9e commit 63583b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="form-container register-container">
<form action="#">
<h1>Register hire.</h1>
<h1>Register </h1>
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<input type="password" placeholder="Password">
Expand All @@ -29,7 +29,7 @@ <h1>Register hire.</h1>

<div class="form-container login-container">
<form action="#">
<h1>Login hire.</h1>
<h1>Login </h1>
<input type="email" placeholder="Email">
<input type="password" placeholder="Password">
<div class="content">
Expand Down Expand Up @@ -75,4 +75,4 @@ <h1 class="title">Start yout <br> journy now</h1>
<script src="script.js"></script>

</body>
</html>
</html>

0 comments on commit 63583b6

Please sign in to comment.