Skip to content

Commit

Permalink
Update contact-us.html with correct Google Form url
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwu-b authored Aug 19, 2024
1 parent 33dad0f commit 9f07cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>Contact Form</h1>
<p>Please provide your contact details and message. I will get back to you as soon as possible.</p>

<!-- Google Form Embed -->
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeivJ1Ig1htm0UZhlydmRir3c8sYfMXFBqe8UP71YX1QSLuNA/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSexANiPiQ4W5po7ni-bzn8bGhAicyYmLY46JKls-EHyJN8Q1w/viewform?embedded=true" width="512" height="2048" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>

<div class="footer">
Expand Down

0 comments on commit 9f07cac

Please sign in to comment.