Import project backup into new git repo

This commit is contained in:
Victor Lacasse-Beaudoin 2023-02-17 15:37:36 -05:00
commit 4ac3625f45
15 changed files with 1340 additions and 0 deletions

25
embed/html/index.html Normal file
View file

@ -0,0 +1,25 @@
<!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&#39unE 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>