mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
13 lines
483 B
HTML
13 lines
483 B
HTML
<h1 class="margin-btm-x3">Nom du sondage</h1>
|
|
<p class="margin-btm-x6">Ce sondage est protégé par un mot de passe</p>
|
|
|
|
<form>
|
|
<label for="password">Mot de passe :</label>
|
|
<section class="row">
|
|
<input class="margin-btm-x5" type="password" name="password" />
|
|
<input type="submit" name="view" value="Voir" class="btn btn--small btn--purple" />
|
|
</section>
|
|
|
|
<input type="submit" name="go" value="Accéder au sondage" class="btn btn--primary btn--full btn--semi-bold" />
|
|
</form>
|