Skip to content

Commit

Permalink
Update to my html site
Browse files Browse the repository at this point in the history
  • Loading branch information
Oseni-Muhammad committed Jul 3, 2024
1 parent 5c9767e commit 94a8ed4
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ <h6>Mafricanstar</h6>
<!-- size of text -->
<!-- form -->
<form action=""></form>
<input type="text" name="enter ur name" id="fre"/>
<input type="email" name="" id="enter emailinput" />
<input type="button" value="" />
<input type="checkbox" name="" id="" />
<label for="male"></label>
<input type="file" name="" id="">
<img src="./images/iphone-14-7565225_1280.jpg" alt="">
<!-- form -->
Name
<input type="text" placeholder="Enter Name" name="" id="" /><br>
Surnname
<input type="text" placeholder="Enter Surnname" /><br>
Email
<input type="email" placeholder="enter email" name="" id="enter" /><br>
<label for="Male" input type="checkbox" name="" id="" /><br><br>

<!-- Pics of iphone 14 -->
<img src="./images/iphone-14-7565225_1280.jpg" alt="Iphone 14 pro max" center width="500" height="500" />
<!-- size of text -->
</head>
<body></body>
</html>

0 comments on commit 94a8ed4

Please sign in to comment.