premier jet formulaire
This commit is contained in:
parent
b97e7aa014
commit
c3b7c160f0
15
src/home.php
15
src/home.php
|
@ -1,2 +1,15 @@
|
|||
<article>
|
||||
<?php
|
||||
echo $lang['SITE_DESCRIPTION'];
|
||||
echo $lang['SITE_DESCRIPTION'];?>
|
||||
</article>
|
||||
<article id="addBot">
|
||||
<h2>Ajouter votre bot</h2>
|
||||
<form method="POST" action="/">
|
||||
<p><label for="botName">Nom de votre Bot: </label><input id="botName" type="text" name="botName" placeholder="votre pseudo par exemple"/></p>
|
||||
<p><label for="botGame">Jeu du bot: </label><select id="botGame" name="botGame"></select></p>
|
||||
<p><label for="botURL">URL du bot:</label><input type="text" name="botURL" id="botURL" phaceholder="http://"/></p>
|
||||
<p>Description:<textarea></textarea></p>
|
||||
<p><label for="email">Votre e-mail (sera utilisé pour valider l'inscription du bot)</label><input type="text" name="email" id="email"/></p>
|
||||
<p><input type="submit" value="Enregistrer mon bot"/></p>
|
||||
</form>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user