Skip to content

Commit dcdbbe9

Browse files
committed
Update to HTTPS
1 parent 7d66bf6 commit dcdbbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h1 class="text-primary wow fadeIn">Contact Us</h1>
107107
<p>Want to get in touch with us? Send us an email using the form below and we'll get back to you.</p>
108108
</div>
109109
<div class="col-lg-10 col-lg-offset-1 text-xs-center">
110-
<form class="contact-form row" action="http://formspree.io/farazfazli@gmail.com" method="POST">
110+
<form class="contact-form row" action="https://formspree.io/farazfazli@gmail.com" method="POST">
111111
<div class="col-md-4">
112112
<input type="text" name="name" class="form-control" placeholder="Name">
113113
</div>
@@ -218,4 +218,4 @@ <h1 class="text-primary wow fadeIn">Contact Us</h1>
218218

219219

220220
</body>
221-
</html>
221+
</html>

0 commit comments

Comments
 (0)