bottin/embed/html/index.html

29 lines
504 B
HTML

<html>
<head>
<title>
AGECEM | Bottin
</title>
</head>
<body>
<h2>
Bottin de numéros d&#39étudiantEs
</h2>
<h4>
Scannez la carte étudiante d&#39unE membre<br>
-ou-<br>
Entrez manuellement le code à 7 chiffres
</h4>
<form action="/membre/">
<label>#
<input type="text" name="num_etud" id="num_etud" autofocus>
</label>
<button formmethod="get" type="submit">Valider</button>
</form>
</body>
</html>