Update index.html

This commit is contained in:
mathias 2016-05-04 20:57:31 +03:00
parent ced027647d
commit 641e1817d1

View file

@ -440,6 +440,7 @@
<h1>Free OP Server in Minecraft</h1>
<a href="#about" id="aboutbutton" title="About"></a>
<a href="#news" id="newsbutton" title="News"></a>
<a href="#feedback" id="feedbackbutton" title="Feedback"></a>
<a href="#downloads" id="downloadsbutton" title="Downloads"></a>
</div>
</div>
@ -471,8 +472,11 @@
<div id="feedback">
<div id="feedbackcontainer">
<h2>Feedback</h2>
<p>
Do you have anything you would like to say about the server? Suggestions for new features? Send us your feedback below.
</p>
<form action="https://formspree.io/hello@flame.ga" method="POST">
<textarea name="body" rows="10" placeholder="Feel free to send us your feedback about the server" required></textarea>
<textarea name="body" rows="10" placeholder="Your message" required></textarea>
<input type="hidden" name="_next" value="/sent"/>
<button type="submit">Send</button>
</form>