Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Adding missing backslash in the closing <section> tag
  • Loading branch information
SudKul committed Nov 19, 2020
1 parent b63f16f commit 8dc0844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<input id="name" type="text" name="input" value="" onblur="onBlur()" placeholder="Name">
<input type="submit" name="" value="submit" onclick="return handleSubmit(event)" onsubmit="return handleSubmit(event)">
</form>
<section>
</section>

<section>
<strong>Form Results:</strong>
Expand Down

0 comments on commit 8dc0844

Please sign in to comment.