Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Draft: Resolve "add cheatsheet page"

Open Celeste Robert requested to merge 18-add-cheatsheet-page into main
3 files
+ 31
16
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
14
import React from "react";
export default function Form() {
return (
<form className="text--center margin-vert--lg" method="post" action="https://systeme.io/embedded/7273139/subscription">
<input type="text" name="first_name" placeholder="Prénom" required="required" />
<input type="email" name="email" placeholder="Email" required="required" />
<br/>
<button type="submit" className="button button--primary margin-bottom--sm shadow--md">Je veux être au courant des mises à jours</button>
<br/>
<a href="#"> Je veux juste télécharger lantisèche </a>
</form>
)
}
Loading