Newer
Older
<#ftl encoding="utf-8">
<body xmlns="http://www.w3.org/1999/html">
<form method="post" action="/login">
<label for="userName">Nom d'utilisateur</label>
<input name="userName">
<label for="password">Mot de passe</label>
<input name="password">
<button type="submit" placeholder="Supprimer...">Envoyer</button>
</form>
</body>
</html>