Skip to content

Commit

Permalink
Merge branch 'NageshMandal:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Krunal-Karena committed Oct 14, 2022
2 parents aca5f4d + 714a20f commit 661a8cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added hello.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,24 @@
<link rel="bharat" href="#" type="image">
<title>Hello World</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<h1>Hello world</h1>
<nav>
<ul>
<li> im 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</level>
<label for="vehicle1">I have a car</label>
<br>
<img src="/hello.jpg" alt="" width="200px">


</body>
</html>

0 comments on commit 661a8cb

Please sign in to comment.