Skip to content

Commit

Permalink
chore: Update contact form action in contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsnel24 committed Jul 24, 2024
1 parent 518c139 commit a5a99a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AI_pair_programming_1/Seven Seas Spa_B5_3_3/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="display-4">Get in Touch</h1>
<div class="border p-3 rounded shadow bg-white">
<h2 class="display-5">Contact Us</h2>
<p class="lead">We're here to help and answer any question you might have. We look forward to hearing from you 🙂</p>
<form action="thankyou.html" novalidate>
<form action="thankyou.html">
<fieldset>
<legend class="visually-hidden">Contact form</legend>
<div class="form-group">
Expand Down

0 comments on commit a5a99a0

Please sign in to comment.