Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SamXop123 committed Feb 13, 2025
1 parent be8ed01 commit feeb4fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Personal-Portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ <h1 class="card-head">⭐Skills⭐</h1>
<div class="aligning-contact">
<div id="contact" class="contact glass">
<h1 class="card-head contact-head">⭐Contact⭐</h1>
<form action="#">
<input type="text" name="name" placeholder="Name"><br>
<input type="email" name="email" placeholder="Email"><br>
<input type="subject" name="subject" placeholder="Subject"><br>
<textarea placeholder="Message..."></textarea><br>
<form action="#" method="post">
<input type="text" name="name" placeholder="Name" required><br>
<input type="email" name="email" placeholder="Email" required><br>
<input type="subject" name="subject" placeholder="Subject" required><br>
<textarea placeholder="Message..." required></textarea><br>
<button class="contact-btn" type="submit">Submit</button>
</form>
</div>
Expand Down

0 comments on commit feeb4fb

Please sign in to comment.