diff --git a/faq.html b/faq.html index fb9db66d..9d49a249 100644 --- a/faq.html +++ b/faq.html @@ -1,8 +1,4 @@ - - - - @@ -291,7 +287,7 @@

Have More questions?

Feel Free to Email us!

- +
@@ -367,6 +363,11 @@

Have More questions?

logoutButton.disabled = true; } }); + + +function sendEmail() { + window.location.href = "mailto:arpanchowdhury003@gmail.com"; +}