mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +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 {
|
.hide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body form[action="https://formspree.io/hello@flame.ga"] .hide {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
/* Downloads */
|
/* Downloads */
|
||||||
#downloads {
|
#downloads {
|
||||||
background: #0b0b0b;
|
background: #0b0b0b;
|
||||||
|
@ -478,7 +475,7 @@
|
||||||
<input type="hidden" name="_replyto" value="noreply@flame.ga" />
|
<input type="hidden" name="_replyto" value="noreply@flame.ga" />
|
||||||
<textarea name="body" rows="7" placeholder="Your message" required></textarea>
|
<textarea name="body" rows="7" placeholder="Your message" required></textarea>
|
||||||
<input type="text" name="_gotcha" class="hide" />
|
<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>
|
<button type="submit">Send</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue