You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
609 B
19 lines
609 B
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<h2>What you wanna young padawan?</h2>
|
|
<div>
|
|
<form method="POST" name="deconnection">
|
|
<input class="button" type="submit" value="Déconnection"/>
|
|
<input type="hidden" name="action" value="deconnection"/>
|
|
</form>
|
|
</div>
|
|
<div>
|
|
<form method="POST" name="desincription">
|
|
<input class="button" type="submit" value="Desinscription"/>
|
|
<input type="hidden" name="action" value="desinscription"/>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |