Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Just participating on the Hacktoberfest
  • Loading branch information
Miracle393 committed Oct 16, 2022
1 parent fa9cea5 commit c7202ff
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 c7202ff

Please sign in to comment.