26 lines
578 B
HTML
26 lines
578 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>
|
||
|
AGECEM | Agendas
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>
|
||
|
Distribution d'agendas
|
||
|
</h2>
|
||
|
<h4>
|
||
|
Scannez la carte étudiante d'unE membre<br>
|
||
|
-ou-<br>
|
||
|
Entrez manuellement le code à 7 chiffres
|
||
|
</h4>
|
||
|
<form action="/">
|
||
|
<label for="num_etud">#
|
||
|
<input type="text" name="num_etud" id="num_etud" placeholder="Numéro étudiant"autofocus>
|
||
|
</label>
|
||
|
<button formmethod="post" type="submit">Scan</button>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|