Skip to content

Commit ca9af64

Browse files
committed
Fixed a tag pair mismatch.
1 parent 173631f commit ca9af64

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@
118118

119119
<body back background="https://images6.alphacoders.com/132/1325115.png">
120120
<form>
121-
<h2>Welcome</h1>
122-
<label for="email">Email</label>
123-
<input type="text" name="email" id="email" placeholder="Enter your email...">
124-
<label for="password">Password</label>
125-
<input type="password" name="password" id="password" placeholder="Enter your password...">
126-
<div class="buttons">
127-
<input type="submit" value="LOGIN" onclick="printData()" name="Password">
128-
<input type="button" class="signupBtn" value="SIGNUP">
129-
</div>
121+
<h2>Welcome</h2>
122+
<label for="email">Email</label>
123+
<input type="text" name="email" id="email" placeholder="Enter your email...">
124+
<label for="password">Password</label>
125+
<input type="password" name="password" id="password" placeholder="Enter your password...">
126+
<div class="buttons">
127+
<input type="submit" value="LOGIN" onclick="printData()" name="Password">
128+
<input type="button" class="signupBtn" value="SIGNUP">
129+
</div>
130130
</form>
131131
<script>
132132

0 commit comments

Comments
 (0)