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
576 B

<!DOCTYPE html>
<html>
<header>
<h2>What you wanna do young padawan?</h2>
<form method="POST" name="goBackHome" id="Go Home">
<input type="submit" value="Home Page"/>
<input type="hidden" name="action" value="goHome"/>
</form>
</header>
<body>
<div>
<form method="POST" name="deconnection">
<input class="button" type="submit" value="Déconnection"/>
<input type="hidden" name="action" value="deconnection"/>
</form>
</div>
</body>
</html>