Skip to content

Commit

Permalink
Merge pull request #18 from Miracle393/main
Browse files Browse the repository at this point in the history
update idex.html
  • Loading branch information
NageshMandal committed Oct 18, 2022
2 parents fa9cea5 + e363107 commit ff23790
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,18 +13,18 @@
<h1>Hello world</h1>
<nav>
<ul>
<li> im here to sell my car</li>
<li> I'm here to sell my car.</li>
</ul>
</nav>

<button>
Submit
</button>
<input type="checkbox" id="vehicle1" name="vehicle1" value="bike">
<label for="vehicle1">I have a car</label>
<label for="vehicle1">I have a car.</label>
<br>
<img src="/hello.jpg" alt="" width="200px">


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

0 comments on commit ff23790

Please sign in to comment.