changes working

This commit is contained in:
akilan
2020-05-10 20:47:17 +04:00
parent 8c14650b51
commit 2fca76e753
154 changed files with 6271 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
+++
date="2020"
title="Drop in your suggestions"
+++
<form method="post" name="Contact" netlify>
<label>Name <input type="text" name="name"></label>
<label>Email <input type="email" name="email"></label>
<label for="message">Message</label>
<textarea id="message" name ="message" placeholder="Write something here!" style="height:200px"></textarea>
<button type="submit">Send</button>
<br>
<div data-netlify-recaptcha></div>
</form>