Mettre à jour 'index.html'
This commit is contained in:
parent
02164a88a9
commit
c648a9c39f
1 changed files with 27 additions and 0 deletions
27
index.html
27
index.html
|
@ -69,6 +69,33 @@
|
||||||
<button id="pause-1">Pause</button>
|
<button id="pause-1">Pause</button>
|
||||||
<button id="pause-2">Pause</button><br/>
|
<button id="pause-2">Pause</button><br/>
|
||||||
<label for="dificulty-slider">Difficulty</label><br/>
|
<label for="dificulty-slider">Difficulty</label><br/>
|
||||||
|
<!-- PLF - / -->
|
||||||
|
<form action="mailto:graneyasmine@gmail.com?subject=Fomulaire Mon javascript" name="envoi" method=POST enctype="text/plain">
|
||||||
|
<table border="0"><tr><td>
|
||||||
|
<b>Nom : </b><input name="nom"size=50 maxlength=50 ><br>
|
||||||
|
<b>Prenom : </b><input name="Yas"size=50 maxlength=50 ><br>
|
||||||
|
<b>Commentaires (Aidez nous à ameliorer notre site web)<br>
|
||||||
|
<textarea name="message" cols="60" rows="5"></textarea>
|
||||||
|
</td></tr></table><br>
|
||||||
|
Est-ce votre 1ère visite sur notre site
|
||||||
|
<input type="radio" name="visite" value="oui">
|
||||||
|
Oui -
|
||||||
|
<input type="radio" name="visite" value="plusieurs fois">
|
||||||
|
plusieurs fois-
|
||||||
|
<br>
|
||||||
|
Votre avis sur le jeu
|
||||||
|
<input type="radio" name="avis" value="tres cool" >
|
||||||
|
tres cool -
|
||||||
|
<input type="radio" name="avis" value="cool">
|
||||||
|
Cool -
|
||||||
|
<input type="radio" name="avis" value="moyen">
|
||||||
|
Moyen -
|
||||||
|
<input type="radio" name="avis" value="Pas amusant">
|
||||||
|
Pas amusant<br>
|
||||||
|
<input type="submit" value="Envoyer" name="Envoyer">
|
||||||
|
<input type="reset" name="Submit" value="Effacer">
|
||||||
|
</form>
|
||||||
|
<hr>
|
||||||
<input type="range" min="0" max="100" value="50" id="difficulty-slider">
|
<input type="range" min="0" max="100" value="50" id="difficulty-slider">
|
||||||
<br/>
|
<br/>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
Loading…
Reference in a new issue