mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Update index.html
This commit is contained in:
parent
532f36aed3
commit
bc9a4a9aa7
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue