Skip to content

Commit

Permalink
add /form redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
builderpepc committed May 20, 2024
1 parent 1dce2a6 commit 40f5ff0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions form/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<p>Redirecting to HackJPS registration Google Form...</p>
<b></b>
<p>Not redirecting? Click <a href="https://docs.google.com/forms/d/e/1FAIpQLSdENBsMNKvO6v9wz20VRevoJ4XXWTUz7O-nXN4kDuongTV35A/viewform?usp=sf_link">here</a> to open directly.</p>

<script>
window.location.href = "https://docs.google.com/forms/d/e/1FAIpQLSdENBsMNKvO6v9wz20VRevoJ4XXWTUz7O-nXN4kDuongTV35A/viewform?usp=sf_link"
</script>

0 comments on commit 40f5ff0

Please sign in to comment.