Squashed into initial commit
This commit is contained in:
commit
c74e093a3b
19 changed files with 1728 additions and 0 deletions
29
embed/html/index.html
Normal file
29
embed/html/index.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>
|
||||
AGECEM | Bottin
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>
|
||||
Bottin de numéros d'étudiantEs
|
||||
</h2>
|
||||
|
||||
<h4>
|
||||
Scannez la carte étudiante d'unE 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>
|
Reference in a new issue