Skip to content

Commit

Permalink
change form
Browse files Browse the repository at this point in the history
  • Loading branch information
shriram-sg committed Jun 5, 2024
1 parent 942cb20 commit 57ff19d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/BackendWSForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ function BackendWSForm() {
<main>
<div><br /><br /><br /><br /><br /><br /></div>
<SocialLinks />

<div className="center">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdlYhrd-w1Ms6lI6two9j34DJbEjZOZfv-0oZwniYdklO6IWA/viewform?embedded=true&hl=eo" width="100%" height="1200" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<iframe width="640px" height="480px" src="https://forms.office.com/Pages/ResponsePage.aspx?id=fYm0qplfOUS0QsIExlh1tSZ78OXLGQREhBiLj9KzknxUQzFDT1dOWUgwRzMyQTQ2Wk44OEtSM0EyWS4u" frameborder="0" marginwidth="0" marginheight="0" style={{ border: "5px solid red;", width: "100%", height: "1300px", justifySelf: "center" }} allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
</main>
</>
Expand Down

0 comments on commit 57ff19d

Please sign in to comment.