Update index.html

This commit is contained in:
mathias 2016-05-05 14:59:28 +03:00
parent 532f36aed3
commit bc9a4a9aa7

View file

@ -275,9 +275,6 @@
.hide {
display: none;
}
body form[action="https://formspree.io/hello@flame.ga"] .hide {
display: block;
}
/* Downloads */
#downloads {
background: #0b0b0b;
@ -478,7 +475,7 @@
<input type="hidden" name="_replyto" value="noreply@flame.ga" />
<textarea name="body" rows="7" placeholder="Your message" required></textarea>
<input type="text" name="_gotcha" class="hide" />
<input type="hidden" name="_next" value="/?success"/>
<input type="hidden" name="_next" value="/sent"/>
<button type="submit">Send</button>
</form>
</div>